Lybic Docs

列出 MCP 服务器

返回组织的 MCP 服务器列表。

GET
/api/orgs/{orgId}/mcp-servers

返回组织的 MCP 服务器列表。

Path Parameters

orgId*string

组织 ID

Response Body

application/json

curl -X GET "https://loading/api/orgs/string/mcp-servers"
[
  {
    "id": "string",
    "name": "string",
    "createdAt": "string",
    "defaultMcpServer": true,
    "projectId": "string",
    "policy": {
      "sandboxShape": "string",
      "sandboxMaxLifetimeSeconds": 3600,
      "sandboxMaxIdleTimeSeconds": 3600,
      "sandboxAutoCreation": false,
      "sandboxExposeRecreateTool": false,
      "sandboxExposeRestartTool": false,
      "sandboxExposeDeleteTool": false
    },
    "currentSandboxId": "string"
  }
]