mediumOPENAPI_MISSING_OPERATION_ID
3 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://mp4.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
72 ms
Digest: sha256:7b22da50e84ff5195ed571c1e132fadc1f55ce0893bf0ec8d0c2ed12c0fe9960
Preview: {"openapi":"3.0.3","info":{"title":"-Webm-to-mp4 API","version":"1.0.0","description":"Discovery and health endpoints for -Webm-to-mp4","termsOfService":"https://-webm-to-mp4.platphormnews.com/terms"},"servers":[{"url":"https://-webm-to-mp4.platphormnews.com","description":"Production"}],"paths":{"/api/health":{"get":{"summary":"Health check","responses":{"200":{"description":"ok"}}}},"/api/v1/health":{"get":{"summary":"Health check v1","responses":{"200":{"description":"ok"}}}},"/api/v1/mcp":{"get":{"summary":"MCP configuration","responses":{"200":{"description":"mcp config"}}}}}}highMCP_METADATA_INVALID
JSON response lacks usable MCP metadata
Expose protocol version, endpoint, server identity, or capabilities.
GET https://mp4.platphormnews.com/api/mcp
HTTP 200
Content-Type: application/json
267 ms
Digest: sha256:1695ceadc70870215c5eec9cad4d7e89bea90db558cfc782d50a31ae2e44e84f
Preview: {"ok":true,"data":{"server":{"name":"platphorm-webm-to-mp4","version":"1.0.0"},"endpoint":"https://mp4.platphormnews.com/api/mcp","protocol":"JSON-RPC 2.0","protocolVersion":"2024-11-05","status":"introspection_only","capabilities":{"tools":[],"resources":[],"prompts":[]},"limitations":["No product MCP handlers are registered in this deployment."],"methods":["initialize","ping","tools/list","tools/call","resources/list","resources/read","prompts/list","prompts/get"]}}mediumMCP_CANONICAL_HOST_MISMATCH
MCP manifest points at a different hostname
Expected mp4.platphormnews.com; observed platphorm-webm-to-mp4.platphormnews.com.
GET https://mp4.platphormnews.com/.well-known/mcp.json
HTTP 200
Content-Type: application/json; charset=utf-8
85 ms
Digest: sha256:51c12ff23d6cc6ff62605271e3c5e56ec96d628781e847a565d8ce9d91f04299
Preview: {
"description": "MCP manifest for Webm To Mp4",
"updatedAt": "2026-07-19T01:53:51Z",
"name": "Webm To Mp4",
"transport": "https",
"discoveryUrl": "https://platphorm-webm-to-mp4.platphormnews.com/.well-known/mcp.json",
"apiUrl": "https://platphorm-webm-to-mp4.platphormnews.com/api/mcp",
"protocol": "json-rpc-2.0",
"version": "1.0.0"
}