Get Default MCP server
Returns the default MCP server for the organization. If not set, it will create a new one.
{
"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"
}