MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / getHandlers

Function getHandlers

server/src/mcp/server.ts:144–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142} | null = null;
143
144function getHandlers() {
145 if (!serverInstance) {
146 serverInstance = createAllHandlers();
147 }
148 return serverInstance;
149}
150
151/**
152 * Create and configure the unified MCP Server

Callers 2

createUnifiedMCPServerFunction · 0.85
initializeMCPServerFunction · 0.85

Calls 1

createAllHandlersFunction · 0.85

Tested by

no test coverage detected