Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ ServeHTTP
Function
ServeHTTP
mcp-server/server.go:155–157 ·
view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)
Source
from the content-addressed store, hash-verified
153
}
154
155
func
ServeHTTP(w http.ResponseWriter, r *http.Request) {
156
mcpServer.ServeHTTP(w, r)
157
}
158
159
func
DefaultMCPServer() *Server {
160
return
mcpServer
Callers
nothing calls this directly
Calls
1
ServeHTTP
Method · 0.45
Tested by
no test coverage detected