MCP spec conformance: 5 requirements violated (via @hasmcp/mcp-spec-test) — spec 2025-11-25
メンテナーはふだん 3 日以内に返信
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 55/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 活発
- 技術スタック
- docker, python
- 領域
- api, backend, testing-qa
調査の方向性
weather-server-python の例から始め、報告された @hasmcp/mcp-spec-test コマンドを --spec-version 2025-11-25 を使って weather.py に対して実行します。tools/list のレスポンスとサーバーのツールのシリアライズパスを調査し、その後コンフォーマンススイートを再実行して、official-SDK のツール一覧を含む、報告された 5 件の失敗が解消されていることを確認します。
索引モデルが issue の本文から書いたものです。
説明
Running the black-box @hasmcp/mcp-spec-test conformance suite against the weather-server-python example in this repo, this time pinned to the older spec revision (2025-11-25) that the server also negotiates, 5 conformance checks fail. The core issue is that tools/list returns a JSON-RPC "Handler returned an invalid result" error, which in turn breaks pagination (nextCursor), the schema check on CallToolResult, and a version-less request; an official-SDK client also fails to list tools against this server. This is a separate report from the one filed for the 2026-07-28 revision, since the failure set is materially different under this revision. It may be an example-server bug in how tools are serialized, or an environment quirk of the test container — happy to have this closed if it's a false positive.
Conformance report
MCP 2025-11-25 conformance report
Verdict: not conformant — 5 requirements violated.
| Target | sh -c '\[ -d /tmp/qr \] || git clone --depth 1 https://github.com/modelcontextprotocol/quickstart-resources /tmp/qr; cd /tmp/qr/weather-server-python && uv run weather.py' |
| Transport | stdio |
| Revision tested | 2025-11-25 |
| Revisions supported | 2026-07-28, 2025-11-25 |
| Passed | 13 |
| Failed | 5 |
| Not verified | 2 |
| Recommended, not met | 1 |
| Cases applied | 20 |
| Duration | 8434ms |
| Generated | 2026-08-24T09:29:48.223Z |
| Tool | @hasmcp/mcp-spec-test 0.1.1 |
Failed (5)
the server deviates from the spec here
Capability methods
- tools/list returns schema-conformant tools
tools/list unexpected JSON-RPC error: {"code":-32603,"message":"Handler returned an invalid result"} - tools/call returns a schema-conformant CallToolResult
tools/list unexpected JSON-RPC error: {"code":-32603,"message":"Handler returned an invalid result"} - following nextCursor terminates and does not repeat a page
page 1: a cursor the server issued was refused: {"code":-32603,"message":"Handler returned an invalid result"}
Version negotiation
- a request with no version at all is served on the default
a version-less tools/list must be served, not refused: {"code":-32603,"message":"Handler returned an invalid result"}
Official SDK interop
- a stock official-SDK client can list tools
MCP error -32603: Handler returned an invalid result
Not verified (2)
skipped; a skip is not a pass
Capability methods
- prompts/get returns messages with a role and content
target advertises the prompts capability but lists no prompts - resources/read returns contents for every sampled resource
target lists no resources to read
Recommended, not met (1)
the spec says SHOULD here, so this is not a conformance failure
Capability methods
- an invalid cursor is rejected with the wrong code
the spec recommends -32602 (Invalid params); got -32603 (Handler returned an invalid result)
Passed (13)
checked and conformant
Capability methods
- tools/call on an unknown tool is an error, not a crash
- prompts/list returns schema-conformant prompts
- resources/list returns schema-conformant resources
- resources/templates/list returns schema-conformant templates
- resources/read on an unknown uri is an error
- an invalid pagination cursor is rejected (SHOULD)
server/discover
- the suite is reading a schema that matches the features it selected
Version negotiation
- initialize returns the schema-required fields
- the handshake settles on the revision under test
- an unsupported version offered at the handshake is refused or downgraded, not echoed
Official SDK interop
- the official SDK does not yet implement the newest revision
- a stock official-SDK client completes the handshake
- the handshake settles on a revision inside the supported window
How to reproduce
With Docker:
docker pull hasmcp/mcp-spec-test:latest
docker run --rm hasmcp/mcp-spec-test -c "sh -c '[ -d /tmp/qr ] || git clone --depth 1 https://github.com/modelcontextprotocol/quickstart-resources /tmp/qr; cd /tmp/qr/weather-server-python && uv run weather.py'" --spec-version 2025-11-25
Without Docker (npx):
npx @hasmcp/mcp-spec-test@latest -c "sh -c '[ -d /tmp/qr ] || git clone --depth 1 https://github.com/modelcontextprotocol/quickstart-resources /tmp/qr; cd /tmp/qr/weather-server-python && uv run weather.py'" --spec-version 2025-11-25
This issue was generated by an automated MCP spec conformance sweep across public MCP server repos. If this doesn't apply here (e.g. an environment artifact of the test container), feel free to close it.
- 主要言語
- TypeScript
- スター
- 1.2k
- フォーク
- 680
- 平均マージ
- 3日 58分
- マージ済み PR(30日)
- 9
環境構築
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
modelcontextprotocol/quickstart-resources のほかの issue
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
modelcontextprotocol/quickstart-resources#199 ·
メンテナーはふだん 3 日以内に返信
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
modelcontextprotocol/quickstart-resources#190 ·
メンテナーはふだん 3 日以内に返信
-
enhancement
難易度 3/5 1〜2日 初心者へのやさしさ 55/100
modelcontextprotocol/quickstart-resources#46 · コメント 1 件 ·
メンテナーはふだん 3 日以内に返信
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
modelcontextprotocol/quickstart-resources#29 ·
メンテナーはふだん 3 日以内に返信
modelcontextprotocol/quickstart-resources の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
diegosouzapw/OmniRoute#14869 ·
メンテナーはふだん 1 日以内に返信
-
enhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 82/100
メンテナーはふだん 1 日以内に返信
-
難易度 1/5 1時間未満 初心者へのやさしさ 94/100
メンテナーはふだん 1 日以内に返信
-
status: waiting triage
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
freeCodeCamp/freeCodeCamp#70412 ·
メンテナーはふだん 1 日以内に返信
-
Mend: dependency security vulnerability untriaged
難易度 1/5 1時間未満 初心者へのやさしさ 88/100
opensearch-project/OpenSearch-Dashboards#12816 ·
メンテナーはふだん 1 日以内に返信