Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ getServer
Method
getServer
src/mcp/config/MCPConfig.ts:102–104 ·
view source on GitHub ↗
* 获取服务器配置
(name: string)
Source
from the content-addressed store, hash-verified
100
* 获取服务器配置
101
*/
102
getServer(name: string): MCPConnectionConfig | undefined {
103
return
this.config.servers[name];
104
}
105
106
/**
107
* 获取所有服务器配置
Callers
2
mcpCommand
Function · 0.80
connectToServers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected