The MCP server is published to npm as @outblock/cadence-mcp. Outblock was Hao Xu's company namespace; the canonical home for Flow ecosystem packages is the @onflow org.
Steps
- Confirm
@onflow npm org admin can create the package
- Publish a major-version bump (
@onflow/cadence-mcp@2.0.0) with identical bin name (cadence-mcp) + same tool set
- Update
@outblock/cadence-mcp in npm with deprecation notice pointing at the new package
- Update install snippets across:
content/docs/ai-tools/mcp-server.mdx
content/docs/ai-tools/integrations/{claude,cursor,codex,gemini,antigravity,opencode}.mdx
src/routes/index.tsx (homepage MCP card)
mcp-server/package.json
- All references in pr285-evaluation/ docs
- Update Cursor deeplink base64 config (
eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBvbmZsb3cvY2FkZW5jZS1tY3AiXX0=)
Why now
- Hao left Outblock; @Outblock npm namespace is no longer under Flow Foundation control
- All other Flow packages (@onflow/fcl, @onflow/types, etc.) are in @onflow
Coordinate with whoever owns @onflow npm org admin.
The MCP server is published to npm as
@outblock/cadence-mcp. Outblock was Hao Xu's company namespace; the canonical home for Flow ecosystem packages is the@onfloworg.Steps
@onflownpm org admin can create the package@onflow/cadence-mcp@2.0.0) with identical bin name (cadence-mcp) + same tool set@outblock/cadence-mcpin npm with deprecation notice pointing at the new packagecontent/docs/ai-tools/mcp-server.mdxcontent/docs/ai-tools/integrations/{claude,cursor,codex,gemini,antigravity,opencode}.mdxsrc/routes/index.tsx(homepage MCP card)mcp-server/package.jsoneyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBvbmZsb3cvY2FkZW5jZS1tY3AiXX0=)Why now
Coordinate with whoever owns @onflow npm org admin.