Changes to JSON-RPC 2.0 endpoint for the gateway's MCP server

POST /mcp

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 77 revisions of this API.45

  1. a31ede1097b144
  2. b12d4368f3a81

What changed

  • a31ede1097b144See the full diff
    • ▲

      added the new required header request parameter MCP-Protocol-Version

      new-required-request-parameter

    • ▲

      added the new required header request parameter Mcp-Method

      new-required-request-parameter

    • ▲

      removed the enum value initialize of the request property

      request-property-enum-value-removed

    • ▲

      removed the enum value notifications/initialized of the request property

      request-property-enum-value-removed

    • ○

      added the new optional header request parameter Mcp-Name

      new-optional-request-parameter

    • ○

      added the new server/discover enum value to the request property

      request-property-enum-value-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      endpoint added

      endpoint-added