MCPcopy Create free account
hub / github.com/astercloud/aster / MCPHandler

Struct MCPHandler

server/handlers/mcp.go:29–31  ·  view source on GitHub ↗

MCPHandler handles MCP-related requests

Source from the content-addressed store, hash-verified

27
28// MCPHandler handles MCP-related requests
29type MCPHandler struct {
30 store *store.Store
31}
32
33// NewMCPHandler creates a new MCPHandler
34func NewMCPHandler(st store.Store) *MCPHandler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected