Skip to content

Commit b608b23

Browse files
committed
everything-server: identify with an explicit version
Unversioned servers now report an empty version string, and the conformance referee's identity check (sep-2575-server-identifies-in- result-meta) treats an empty version as an unidentified server. A conformance fixture should fully identify itself; use the example package's own version. No-Verification-Needed: one-line example fixture config; conformance CI is the verification
1 parent d8b7d0c commit b608b23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • examples/servers/everything-server/mcp_everything_server

examples/servers/everything-server/mcp_everything_server/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ async def replay_events_after(self, last_event_id: EventId, send_callback: Event
102102

103103
mcp = MCPServer(
104104
name="mcp-conformance-test-server",
105+
version="0.1.0",
105106
request_state_security=RequestStateSecurity(keys=[_REQUEST_STATE_KEY]),
106107
)
107108

0 commit comments

Comments
 (0)