docs(mcp-server): research + design for MCP Server project type#451
Merged
Conversation
Research findings and the decided approach for adding "MCP Server" as a first-class project type, modeled on the `research` precedent (commit 506a01f). Records the rich 6-field config, the overlay + 1-new-step scope, the full registration checklist (incl. src/project/adopt.ts exhaustiveness and src/wizard/wizard.ts WizardOptions), the net-new-step registration mechanism, a TDD-first outline with the PR1/PR2 split, and 6 resolved decisions. Multi-model reviewed (Claude + Gemini + Grok via MMR) to a clean pass; MCP transport claims verified against the official versioned spec. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced May 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the research + design doc for introducing MCP Server as a first-class
project type, modeled on the
researchprecedent (commit506a01f4).The doc (
docs/architecture/mcp-server-project-type-research.md) records:registration fan-out; overlay-based prompt gating, not frontmatter).
language,transport,primitives[],auth,deployment,stateful); no domains in v1;database-schema = if-needed; scope = overlay + 1 new step(
mcp-tool-resource-contract); conservative detection.src/project/adopt.tsexhaustiveness and
src/wizard/wizard.tsWizardOptions), the net-new-stepregistration mechanism, validation/test gates, and a TDD-first outline with a
PR1/PR2 split.
Review
Multi-model reviewed (Claude + Gemini + Grok via MMR) across 8 rounds to a clean
pass(0 findings). MCP transport claims verified against the official versionedspec (stdio + Streamable HTTP; HTTP+SSE deprecated). Docs-only change.
🤖 Generated with Claude Code