List MCP servers
Returns a list of MCP servers for the organization.
[
{
"id": "string",
"name": "string",
"createdAt": "string",
"defaultMcpServer": true,
"projectId": "string",
"policy": {
"sandboxMaxLifetimeSeconds": 3600,
"sandboxMaxIdleTimeSeconds": 3600,
"sandboxAutoCreation": false,
"sandboxExposeRecreateTool": false,
"sandboxExposeRestartTool": false,
"sandboxExposeDeleteTool": false
},
"currentSandboxId": "string"
}
]