feat(mcp): add MCP Registry manifest (server.json + mcpName)#361
Merged
Conversation
Prepares @askable-ui/mcp for publication to the official MCP Registry so the askable-mcp stdio server is discoverable by Claude Desktop/Cursor users: - server.json describing the npm package, npx runtime hint, and CLI flags - mcpName field in package.json (the registry's npm ownership validation) Both are inert until 'mcp-publisher publish' is run by a maintainer.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@askable-ui/angular
@askable-ui/context
@askable-ui/core
@askable-ui/create-app
@askable-ui/mcp
@askable-ui/qwik
@askable-ui/react
@askable-ui/react-native
@askable-ui/solid
@askable-ui/svelte
@askable-ui/vue
@askable-ui/web-component
commit: |
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
Part 3 of the vision work: prepare
@askable-ui/mcpfor publication to the official MCP Registry — the directory Claude Desktop/Cursor users browse for servers. Registry listing is the highest-intent free distribution channel for theaskable-mcpstdio server shipped in #349.What's included
packages/mcp/server.json— registry manifest: server name (io.github.askable-ui/askable), description, repo, npm package withnpxruntime hint, and the CLI flags (--url,--file,--require-redacted).mcpNamefield inpackages/mcp/package.json— the registry's npm-ownership validation reads this from the published tarball.Both are inert until published: after the next npm release of
@askable-ui/mcp, a maintainer runsmcp-publisher login github && mcp-publisher publishfrompackages/mcp/to list it. The registry CLI validatesserver.jsonat publish time, so if the schema has iterated since this manifest was authored, it will flag exactly what to adjust — nothing here can break the package or CI.Test plan
🤖 Generated with Claude Code
Generated by Claude Code