MCPcopy 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
155func ServeHTTP(w http.ResponseWriter, r *http.Request) {
156 mcpServer.ServeHTTP(w, r)
157}
158
159func DefaultMCPServer() *Server {
160 return mcpServer

Callers

nothing calls this directly

Calls 1

ServeHTTPMethod · 0.45

Tested by

no test coverage detected