Skip to content

🤖 Provider API update - xai@9.2.0 #9844

@vercel-ai-sdk

Description

@vercel-ai-sdk

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)
  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions