/** * MCP Manifest Snapshot. * * Snapshots the full set of tools, prompts, resources, and resource * templates registered by the server, plus each entry's description + * input-schema shape. If a tool is added / removed / renamed, or a * description changes, this test fails and the reviewer sees the diff * in the PR — same pattern as `src/__tests__/openapi-snapshot.test.ts` * on the API side. * * The snapshot is NOT a complete API contract — it's a drift detector. * The intent is: when you genuinely mean to change the public shape, * run `npm run mcp:update` to accept the new snapshot, and update the * Mintlify docs in the same commit. */ export {};