Jonathan Hefner
Jonathan Hefner
(Not really sure if this is a GA blocker, but wanted to raise attention, just in case.) The MCP Registry currently uses `/.well-known/mcp-registry-auth` for DNS-based auth: https://github.com/modelcontextprotocol/registry/blob/68213d2befd88e887688cedad74636208c078f0d/docs/explanations/namespacing.md?plain=1#L26 However, there is...
Currently, `mcp-publisher init` copies information from `package.json`, if available. For example, it copies the `name` property: https://github.com/modelcontextprotocol/registry/blob/18cde88a7e1c7916f1433c1f131a8de2fec8fe65/cmd/publisher/commands/init.go#L132-L143 However, in actuality, the server name must match the `mcpName` property, and is...
Currently, `mcp-publisher init` copies information from `package.json`, if available. However, it does not copy `version` for either the top-level server `version` field nor the `packages[].version` field in `server.json`. The recommended...
`mcp-publisher --help` indicates that each subcommand has its own help: ```console $ mcp-publisher --help MCP Registry Publisher Tool Usage: mcp-publisher [arguments] Commands: init Create a server.json file template login Authenticate...
React version: 19.0.0 ## Steps To Reproduce 1. Create a client component with the `'use client'` directive. 2. Create a server (universal) component that uses the client component. 3. Call...