{"swagger":"2.0","info":{"title":"Infor ERP MCP Server","description":"MCP server for Infor ERP tools with streamable HTTP transport","version":"1.0.0"},"host":"syteline-mcp.nobelus.com","basePath":"/","schemes":["https"],"paths":{"/mcp":{"post":{"summary":"Infor ERP MCP Streamable HTTP Endpoint","x-ms-agentic-protocol":"mcp-streamable-1.0","operationId":"InvokeMCP","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"Mcp-Session-Id","in":"header","type":"string","description":"Session ID for MCP protocol (required after initialization)","required":false},{"name":"Authorization","in":"header","type":"string","description":"Bearer token for OAuth authentication","required":true},{"name":"body","in":"body","required":true,"schema":{"type":"object","properties":{"jsonrpc":{"type":"string","example":"2.0"},"id":{"type":"integer"},"method":{"type":"string"},"params":{"type":"object"}}}}],"responses":{"200":{"description":"Success"},"400":{"description":"Bad request - missing session ID or invalid method"},"401":{"description":"Unauthorized - invalid bearer token"},"404":{"description":"Session not found or expired"}}}}}}