src/entrypoints/ Directory
- Entity ID:
ent-20260420-entrypointsdir - Type:
file - Scope:
shared - Status:
active - Aliases: entrypoints directory, cli.tsx, init.ts, entrypoints/mcp.ts, sdk/ entrypoint
Description
Directory holding the top-level entry points that main.tsx dispatches to. cli.tsx orchestrates the normal CLI-to-REPL path; init.ts handles config, telemetry, OAuth, and MDM policy initialization; mcp.ts is the entry when Claude Code runs AS an MCP server; sdk/ is the Agent SDK entrypoint for programmatic embedding.
Key claims
- src/entrypoints/ has four distinct entry modes
Relations
- src/entrypoints/ Directory --[contains]--> Agent SDK