-
Couldn't load subscription status.
- Fork 3.2k
Open
Description
New features
-
POST /v1/responses
- Added support for a new server configuration object with type "mcp" ("A remote MCP server to use."). This object can be provided wherever server/tool configurations are accepted. It includes:
- Required: server_label (string), server_url (string), type (enum: "mcp")
- Optional: allowed_tools (array|null), authorization (string|null), connector_id (string|null), headers (object<string,string>|null), require_approval (string|null), server_description (string|null)
- Added support for a new server configuration object with type "mcp" ("A remote MCP server to use."). This object can be provided wherever server/tool configurations are accepted. It includes:
-
GET /v1/responses/{response_id}
- Response schema may now include an object with type "mcp" representing a remote MCP server, with the same fields as above. This enables clients to receive MCP server details in responses.
https://github.com/gr2m/ai-provider-monitor/releases/tag/xai%409.2.0