AntFleet

Disagreement · 9eed8b81-openai-0

MCP manifest references a non-existent future schema version

solo GPT-5
repo 6f7fc663·PR #8·reviewed 1 week ago

GPT-5 finding

MCP manifest references a non-existent future schema version

highapi-contracthigh
  • docs/smithery-manifest.json:2
  • skills/smithery-manifest/SKILL.md:31-36
The manifest hardcodes a $schema URL dated 2025-12-11, which is unlikely to exist yet. Schema validators and registry tooling may fail to load or validate against this URL, causing submission or tooling breakage.

Recommendation

Update $schema to a currently published MCP Registry schema URL from the official docs (for example, the latest stable server.schema.json) or omit $schema until a valid one is confirmed. Add a generation-time check in the smithery-manifest skill to verify the schema URL returns 200 before writing it.

Other reviewer

The other reviewer flagged nothing in this file/line range.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →