mediumOPENAPI_MISSING_OPERATION_ID
5 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://image.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json; charset=utf-8
80 ms
Digest: sha256:fc939a890097e5e702604daaf8cac57ce8bb496742db1857115327b15723fde8
Preview: {"openapi":"3.1.0","info":{"title":"PlatPhorm Image Converter Discovery API","version":"1.2.0","description":"Public-safe health, documentation, discovery, and MCP introspection for the private in-browser image converter. Image bytes are never accepted by this API."},"servers":[{"url":"https://image.platphormnews.com"}],"tags":[{"name":"Platform","description":"Public health and discovery."},{"name":"MCP","description":"Read-only capability, resource, and workflow guidance."}],"paths":{"/api/health":{"get":{"tags":["Platform"],"summary":"Get public-safe service health","responses":{"200":{"description":"Health envelope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"}}}}}}},"/api/v1/health":{"get":{"tags":["Platform"],"summary":"Get versioned public-safe service health","responses":{"200":{"description":"Health envelope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"}}}}}}},"/api/docs":{"get":{"tags":["Platform"],"summary":"Get this OpenAPI document as JSON","responses":{"200":{"description":"OpenAPI 3.1 document"}}}},"/api/mcp":{"get":{"tags":["MCP"],"summary":"Get MCP transport metadata and usage","responses":{"200":{"description":"MCP metadata"}}},"post":{"tags":["MCP"],"summary":"Call the read-only JSON-RPC MCP server","requestBody":{"required":true,"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/JsonRpcRequest"},{"type":"array","minItems":1,"maxItems":50,"items":{"$ref":"#/components/schemas/JsonRpcRequest"}}]}}}},"responses":{"200":{"description":"JSON-RPC response or response batch"}}}}},"components":{"schemas":{"HealthResponse":{"type":"object","required":["ok","data"],"additionalProperties":false,"properties":{"ok":{"const":true},"data":{"type":"object","required":["service","version","environment","status","timestamp","routeComplianceScore","discoveryStatus","trace","vercelMetadataCaptured"],"properties":{"service":{"const":"platphorm-image-processor"},"version":{"type":"string"},"environment":{"