API başvurusu
mcp
Bu alanda 7 uç nokta var. Her birinin kendi parametreleri, yanıtı ve çalıştırabileceğiniz bir isteği içeren kendi sayfası vardır.
| Yöntem | Yol | Ne işe yarar | İzin |
|---|---|---|---|
| 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 |