API સંદર્ભ
mcp
આ વિસ્તારમાં 7 એન્ડપૉઇન્ટ્સ છે. દરેકનું પોતાનું પેજ છે જેમાં તેના પૅરામીટર્સ, તેનો રિસ્પૉન્સ અને તમે ચલાવી શકો તેવી રિક્વેસ્ટ છે.
| પદ્ધતિ | પાથ | તે શું કરે છે | પરવાનગી |
|---|---|---|---|
| GET | /.well-known/oauth-protected-resource | OAuth 2.1 protected-resource metadata for the MCP server (RFC 9728). | — |
| POST | /v1/mcp | The MCP JSON-RPC 2.0 protocol endpoint. | — |
| GET | /v1/mcp/connections | List the organization's MCP connections. | mcp.manage |
| POST | /v1/mcp/connections | Create an MCP connection (Connect AI tool). | mcp.manage |
| DELETE | /v1/mcp/connections/{connectionId} | Revoke an MCP connection. | mcp.manage |
| GET | /v1/mcp/connections/{connectionId} | Get an MCP connection. | — |
| GET | /v1/mcp/scopes | The permissions worth granting an AI tool. | mcp.manage |