Commit 4bc6758
authored
fix: drop stale mcpServerInformation.json references (#205)
PR #173 moved MCP server configuration into apiInformation.json and stopped
producing the mcpServerInformation.json sidecar, but the all-resource-types
integration manifest and reference docs still expected it. This caused the
round-trip test to fail (2 checks) on the src-mcp-todos MCP API.
- expected-structure.json: remove the sidecar from src-mcp-todos and fold its
spot-checks (mcpProperties.endpoints.mcp.uriTemplate, mcpTools) into
apiInformation.json where the data now lives.
- artifact-format.md / resource-types.md: mark McpServer config as embedded in
apiInformation.json instead of the removed sidecar file.1 parent 03fe887 commit 4bc6758
3 files changed
Lines changed: 4 additions & 7 deletions
File tree
- docs/reference
- tests/integration/all-resource-types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
154 | | - | |
| 153 | + | |
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
624 | | - | |
625 | | - | |
| 623 | + | |
626 | 624 | | |
627 | 625 | | |
628 | 626 | | |
| |||
0 commit comments