Sub-task of the toolkit monorepo merge: #1248.
Sequence
Import the pre-shaped CLI into getsentry/sentry-mcp under its current repository name. Validate the complete monorepo and production deployment paths there. Rename the repository to getsentry/toolkit only after those gates pass.
This preserves history and lets GitHub, Vercel, Cloudflare, branch protections, and repository integrations continue operating under the known repository identity throughout integration.
Hard prerequisites
History-preserving import
Pre-rename validation gate
Only after every gate passes may getsentry/sentry-mcp#1156 rename the repository to getsentry/toolkit.
Sub-task of the toolkit monorepo merge: #1248.
Sequence
Import the pre-shaped CLI into
getsentry/sentry-mcpunder its current repository name. Validate the complete monorepo and production deployment paths there. Rename the repository togetsentry/toolkitonly after those gates pass.This preserves history and lets GitHub, Vercel, Cloudflare, branch protections, and repository integrations continue operating under the known repository identity throughout integration.
Hard prerequisites
0.45.0.getsentry/sentry-mcpmain. Do not import directly intomain.History-preserving import
getsentry/cli, produce two immutablegit filter-reporefs:import/cli— history containing onlypackages/cli/**import/cli-docs— history containing onlyapps/cli-docs/**getsentry/sentry-mcp, import:git subtree add --prefix=packages/cli <cli-remote> import/cligit subtree add --prefix=apps/cli-docs <cli-remote> import/cli-docsgit log --followand blame across both trees; docs must never be nested underpackages/cli.apps/*workspace membership and reconcile root files without changing the repository name or deployment destinations yet.Pre-rename validation gate
getsentry/sentry-mcp.apps/cli-docs, withhttps://cli.sentry.dev/installunchanged.Only after every gate passes may getsentry/sentry-mcp#1156 rename the repository to
getsentry/toolkit.