|
| 1 | +{ |
| 2 | + "schemaVersion": 1, |
| 3 | + "meaning": "Per-SEP presence of conformance scenarios for each declared requirement. \"tested\" means the check ID was emitted when the conformance suite ran against the reference SDK — NOT that any SDK passes it. Per-SDK pass/fail lives in tier-check (not yet joinable: tier-check does not currently expose per-check IDs).", |
| 4 | + "contract": "A SEP appears here only if it has a traceability yaml or emits sep-NNNN-* check IDs at runtime. A SEP absent from this file has no conformance artifacts (treat as not-started). Emitted IDs come from running the suite against the reference SDK (positive paths). \"untested\" therefore folds together a real coverage gap, a check that only fires against a broken impl (needs a negative test), and a check the reference SDK gates off because it has not implemented the feature yet. The signal is advisory.", |
| 5 | + "source": "typescript-sdk@6f0bf49d", |
| 6 | + "seps": { |
| 7 | + "2164": { |
| 8 | + "yaml": "src/seps/sep-2164.yaml", |
| 9 | + "specUrl": "https://modelcontextprotocol.io/specification/draft/server/resources#error-handling", |
| 10 | + "requirements": [ |
| 11 | + { |
| 12 | + "check": "sep-2164-no-empty-contents", |
| 13 | + "status": "tested", |
| 14 | + "text": "Servers MUST NOT return an empty contents array for a non-existent resource" |
| 15 | + }, |
| 16 | + { |
| 17 | + "check": "sep-2164-error-code", |
| 18 | + "status": "tested", |
| 19 | + "text": "Servers SHOULD return standard JSON-RPC errors for common failure cases: Resource not found: -32602 (Invalid Params)" |
| 20 | + } |
| 21 | + ], |
| 22 | + "excluded": [ |
| 23 | + { |
| 24 | + "text": "clients SHOULD also accept -32002 as a resource not found error", |
| 25 | + "reason": "Client-side error handling is implementation-defined; not protocol-observable" |
| 26 | + } |
| 27 | + ], |
| 28 | + "unkeyed": [], |
| 29 | + "untracked": [ |
| 30 | + "sep-2164-data-uri" |
| 31 | + ], |
| 32 | + "summary": { |
| 33 | + "tested": 2, |
| 34 | + "untested": 0, |
| 35 | + "excluded": 1, |
| 36 | + "untracked": 1, |
| 37 | + "unkeyed": 0 |
| 38 | + } |
| 39 | + }, |
| 40 | + "2207": { |
| 41 | + "yaml": null, |
| 42 | + "specUrl": null, |
| 43 | + "requirements": [], |
| 44 | + "excluded": [], |
| 45 | + "unkeyed": [], |
| 46 | + "untracked": [ |
| 47 | + "sep-2207-client-metadata-grant-types", |
| 48 | + "sep-2207-offline-access-not-requested", |
| 49 | + "sep-2207-offline-access-requested" |
| 50 | + ], |
| 51 | + "summary": { |
| 52 | + "tested": 0, |
| 53 | + "untested": 0, |
| 54 | + "excluded": 0, |
| 55 | + "untracked": 3, |
| 56 | + "unkeyed": 0 |
| 57 | + } |
| 58 | + }, |
| 59 | + "2243": { |
| 60 | + "yaml": "src/seps/sep-2243.yaml", |
| 61 | + "specUrl": "https://modelcontextprotocol.io/specification/draft/basic/transports#standard-mcp-request-headers", |
| 62 | + "requirements": [ |
| 63 | + { |
| 64 | + "check": "sep-2243-client-includes-standard-headers", |
| 65 | + "status": "tested", |
| 66 | + "text": "The client MUST include the standard MCP request headers on each POST request. These headers are REQUIRED for compliance." |
| 67 | + }, |
| 68 | + { |
| 69 | + "check": "sep-2243-header-name-case-insensitive", |
| 70 | + "status": "tested", |
| 71 | + "text": "Clients and servers MUST use case-insensitive comparisons for header names." |
| 72 | + }, |
| 73 | + { |
| 74 | + "check": "sep-2243-server-reject-invalid-headers", |
| 75 | + "status": "tested", |
| 76 | + "text": "Servers that process the request body MUST reject requests with mismatched or missing standard-header values, returning HTTP 400 Bad Request." |
| 77 | + }, |
| 78 | + { |
| 79 | + "check": "sep-2243-server-reject-error-code", |
| 80 | + "status": "tested", |
| 81 | + "text": "When rejecting a request due to header validation failure, servers SHOULD include a JSON-RPC error response using error code -32001." |
| 82 | + }, |
| 83 | + { |
| 84 | + "check": "sep-2243-client-supports-custom-headers", |
| 85 | + "status": "untested", |
| 86 | + "text": "MCP clients MUST support this feature [custom headers via x-mcp-header]." |
| 87 | + }, |
| 88 | + { |
| 89 | + "check": "sep-2243-client-mirrors-designated-params", |
| 90 | + "status": "untested", |
| 91 | + "text": "When a client invokes a tool whose definition includes such designations, conforming clients MUST mirror the designated parameter values into HTTP headers as described below." |
| 92 | + }, |
| 93 | + { |
| 94 | + "check": "sep-2243-x-mcp-header-not-empty", |
| 95 | + "status": "untested", |
| 96 | + "text": "The x-mcp-header value MUST NOT be empty.", |
| 97 | + "url": "https://modelcontextprotocol.io/specification/draft/server/tools#custom-headers" |
| 98 | + }, |
| 99 | + { |
| 100 | + "check": "sep-2243-x-mcp-header-charset", |
| 101 | + "status": "untested", |
| 102 | + "text": "The x-mcp-header value MUST contain only ASCII characters (excluding space and `:`).", |
| 103 | + "url": "https://modelcontextprotocol.io/specification/draft/server/tools#custom-headers" |
| 104 | + }, |
| 105 | + { |
| 106 | + "check": "sep-2243-x-mcp-header-unique", |
| 107 | + "status": "untested", |
| 108 | + "text": "The x-mcp-header value MUST be case-insensitively unique within a single tool definition.", |
| 109 | + "url": "https://modelcontextprotocol.io/specification/draft/server/tools#custom-headers" |
| 110 | + }, |
| 111 | + { |
| 112 | + "check": "sep-2243-x-mcp-header-primitive-only", |
| 113 | + "status": "untested", |
| 114 | + "text": "x-mcp-header MUST only be applied to parameters with primitive types (number, string, or boolean).", |
| 115 | + "url": "https://modelcontextprotocol.io/specification/draft/server/tools#custom-headers" |
| 116 | + }, |
| 117 | + { |
| 118 | + "check": "sep-2243-client-reject-invalid-tool", |
| 119 | + "status": "tested", |
| 120 | + "text": "Clients MUST reject tool definitions where any x-mcp-header value violates these constraints. Rejection means the client MUST exclude the invalid tool from the set of tools returned by tools/list.", |
| 121 | + "url": "https://modelcontextprotocol.io/specification/draft/server/tools#custom-headers" |
| 122 | + }, |
| 123 | + { |
| 124 | + "check": "sep-2243-client-encode-values", |
| 125 | + "status": "untested", |
| 126 | + "text": "Clients MUST encode parameter values before including them in HTTP headers: number values MUST be converted to their decimal string representation; boolean values MUST be converted to the lowercase strings \"true\" or \"false\"." |
| 127 | + }, |
| 128 | + { |
| 129 | + "check": "sep-2243-client-base64-unsafe", |
| 130 | + "status": "untested", |
| 131 | + "text": "When a value cannot be safely represented as plain ASCII (e.g., contains non-ASCII characters, control characters, or leading/trailing whitespace), clients MUST use Base64 encoding of the UTF-8 representation, wrapped as =?base64?{encoded}?=." |
| 132 | + }, |
| 133 | + { |
| 134 | + "check": "sep-2243-server-decode-base64", |
| 135 | + "status": "untested", |
| 136 | + "text": "Servers and intermediaries that need to inspect these values MUST decode them accordingly." |
| 137 | + }, |
| 138 | + { |
| 139 | + "check": "sep-2243-client-omit-null", |
| 140 | + "status": "tested", |
| 141 | + "text": "Parameter value is null or omitted: Client MUST omit the header." |
| 142 | + }, |
| 143 | + { |
| 144 | + "check": "sep-2243-server-not-expect-null", |
| 145 | + "status": "untested", |
| 146 | + "text": "Parameter value is null or omitted: Server MUST NOT expect the header." |
| 147 | + }, |
| 148 | + { |
| 149 | + "check": "sep-2243-server-reject-missing-required", |
| 150 | + "status": "untested", |
| 151 | + "text": "Required parameter is omitted: Server MUST reject with JSON-RPC error." |
| 152 | + }, |
| 153 | + { |
| 154 | + "check": "sep-2243-server-reject-invalid-param-chars", |
| 155 | + "status": "untested", |
| 156 | + "text": "Servers MUST reject requests with a recognized Mcp-Param-{Name} header that contain invalid characters." |
| 157 | + }, |
| 158 | + { |
| 159 | + "check": "sep-2243-server-validate-param-match", |
| 160 | + "status": "untested", |
| 161 | + "text": "Any server that processes the message body MUST validate that encoded header values, after decoding if Base64-encoded, match the corresponding parameter values in the body." |
| 162 | + }, |
| 163 | + { |
| 164 | + "check": "sep-2243-server-reject-param-mismatch", |
| 165 | + "status": "untested", |
| 166 | + "text": "Servers MUST reject requests with a 400 Bad Request HTTP status and JSON-RPC error code -32001 if any validation fails." |
| 167 | + } |
| 168 | + ], |
| 169 | + "excluded": [ |
| 170 | + { |
| 171 | + "text": "Clients SHOULD log a warning when rejecting a tool definition due to invalid x-mcp-header, including the tool name and the reason.", |
| 172 | + "reason": "Log output is not wire-observable." |
| 173 | + }, |
| 174 | + { |
| 175 | + "text": "Server developers SHOULD NOT mark sensitive parameters (such as passwords, API keys, tokens, or PII) with x-mcp-header.", |
| 176 | + "reason": "Design guidance to humans; not protocol-observable." |
| 177 | + }, |
| 178 | + { |
| 179 | + "text": "Intermediaries MUST return an appropriate HTTP error status for validation failures.", |
| 180 | + "reason": "Intermediary requirement; conformance harness tests clients and servers, not intermediaries." |
| 181 | + }, |
| 182 | + { |
| 183 | + "text": "Intermediate servers that do not recognize an Mcp-Param-{Name} header MUST forward it and otherwise ignore it.", |
| 184 | + "reason": "Intermediary requirement; conformance harness tests clients and servers, not intermediaries." |
| 185 | + } |
| 186 | + ], |
| 187 | + "unkeyed": [], |
| 188 | + "untracked": [ |
| 189 | + "sep-2243-invalid-tool-tools-list-gate", |
| 190 | + "sep-2243-param-header-tool-call-gate", |
| 191 | + "sep-2243-server-accepts-whitespace-header-value", |
| 192 | + "sep-2243-server-no-xmcp-tool" |
| 193 | + ], |
| 194 | + "summary": { |
| 195 | + "tested": 6, |
| 196 | + "untested": 14, |
| 197 | + "excluded": 4, |
| 198 | + "untracked": 4, |
| 199 | + "unkeyed": 0 |
| 200 | + } |
| 201 | + } |
| 202 | + } |
| 203 | +} |
0 commit comments