Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 720 Bytes

File metadata and controls

12 lines (11 loc) · 720 Bytes

ADA-105 MCP conformance plan

  1. Add the official @modelcontextprotocol/sdk client as an explicit server dev dependency.
  2. Add a fast server integration test that boots the real MCP HTTP layer, connects via the SDK streamable HTTP client, verifies handshake, tools/list, t3_list_backends, strict result shapes, GET /mcp, unknown JSON-RPC methods, and malformed request handling.
  3. Add adapter injection audit coverage around the provider MCP server config so provider session launches cannot drift from the real tools/list server.
  4. Wire the conformance suite into the existing required Test workflow path and verify red/green locally, including a temporary uncommitted #133-style revert.