MCPcopy
hub / github.com/codeaashu/claude-code / isLocalMcpServer

Function isLocalMcpServer

src/services/mcp/client.ts:563–565  ·  view source on GitHub ↗
(config: ScopedMcpServerConfig)

Source from the content-addressed store, hash-verified

561}
562
563function 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
568const ALLOWED_IDE_TOOLS = ['mcp__ide__executeCode', 'mcp__ide__getDiagnostics']

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected