(config: ScopedMcpServerConfig)
| 561 | } |
| 562 | |
| 563 | function isLocalMcpServer(config: ScopedMcpServerConfig): boolean { |
| 564 | return !config.type || config.type === 'stdio' || config.type === 'sdk' |
| 565 | } |
| 566 | |
| 567 | // For the IDE MCP servers, we only include specific tools |
| 568 | const ALLOWED_IDE_TOOLS = ['mcp__ide__executeCode', 'mcp__ide__getDiagnostics'] |
no outgoing calls
no test coverage detected