Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ Server
Struct
Server
mcp-server/server.go:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
type
Server
struct
{
33
servers
map
[string]*Handler
34
locker sync.RWMutex
35
}
36
37
type
Handler
struct
{
38
*server.MCPServer
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected