Per pr285-evaluation 2026-04-26-design.md follow-up.
PR #285 (the redesign + AI tools) ships the MCP server inline at mcp-server/ because it was tightly coupled to content/docs/ for search indexing. Long-term home should be the official Flow plugin marketplace at onflow/flow-ai-tools, so all Flow-related Claude Code skills + MCP servers version + release together.
Scope
- Move
mcp-server/ to onflow/flow-ai-tools/mcp-servers/cadence-mcp/ (or wherever fits the marketplace structure)
- Update build/test workflows
- Keep npm package name
@outblock/cadence-mcp for now (separate rename issue tracks that)
- The doc-search index can be regenerated from the docs site's published
/llms.txt + /llms-full.txt rather than reading source MDX directly — decouples release cycles
- Update install-snippet references in
content/docs/ai-tools/{mcp-server,integrations/*}.mdx after the move (they currently say npx -y @outblock/cadence-mcp which would still work)
Non-goals
- Functionality changes
- API / protocol changes
Per pr285-evaluation 2026-04-26-design.md follow-up.
PR #285 (the redesign + AI tools) ships the MCP server inline at
mcp-server/because it was tightly coupled tocontent/docs/for search indexing. Long-term home should be the official Flow plugin marketplace at onflow/flow-ai-tools, so all Flow-related Claude Code skills + MCP servers version + release together.Scope
mcp-server/toonflow/flow-ai-tools/mcp-servers/cadence-mcp/(or wherever fits the marketplace structure)@outblock/cadence-mcpfor now (separate rename issue tracks that)/llms.txt+/llms-full.txtrather than reading source MDX directly — decouples release cyclescontent/docs/ai-tools/{mcp-server,integrations/*}.mdxafter the move (they currently saynpx -y @outblock/cadence-mcpwhich would still work)Non-goals