Skip to content

fix(registry): drop invalid http package from server.json (schema: stdio only)#292

Merged
heznpc merged 1 commit into
mainfrom
fix/server-json-drop-http-package-2026-06-10
Jun 10, 2026
Merged

fix(registry): drop invalid http package from server.json (schema: stdio only)#292
heznpc merged 1 commit into
mainfrom
fix/server-json-drop-http-package-2026-06-10

Conversation

@heznpc

@heznpc heznpc commented Jun 10, 2026

Copy link
Copy Markdown
Owner

Second publish attempt got past the description fix and failed local schema
validation with 6 issues, all on packages[1].transport. The MCP Registry
schema (2025-12-11) allows packages[].transport.type of only stdio /
streamable-http / sse — "http" is not a value, and streamable-http/sse require
a url. The second package entry was {type:"http", args:["--http"]} with no
url, which is invalid.

AirMCP's --http is a local runtime flag, not a hosted remote with a public URL,
so it doesn't belong as a registry package (nor as a remotes entry). The
registry advertises the npm stdio package; --http stays documented in the README.
Dropped packages[1], leaving the single valid npm/stdio package. JSON valid,
stats:check ok (server.json), 1923 tests pass.

…dio only)

Second publish attempt got past the description fix and failed local schema
validation with 6 issues, all on packages[1].transport. The MCP Registry
schema (2025-12-11) allows packages[].transport.type of only stdio /
streamable-http / sse — "http" is not a value, and streamable-http/sse require
a `url`. The second package entry was `{type:"http", args:["--http"]}` with no
url, which is invalid.

AirMCP's --http is a local runtime flag, not a hosted remote with a public URL,
so it doesn't belong as a registry package (nor as a `remotes` entry). The
registry advertises the npm stdio package; --http stays documented in the README.
Dropped packages[1], leaving the single valid npm/stdio package. JSON valid,
stats:check ok (server.json), 1923 tests pass.
@heznpc heznpc enabled auto-merge (squash) June 10, 2026 02:22
@heznpc heznpc merged commit 8d90741 into main Jun 10, 2026
4 checks passed
@heznpc heznpc deleted the fix/server-json-drop-http-package-2026-06-10 branch June 10, 2026 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant