Documentation
¶
Overview ¶
Package mcp implements the MCP (Model Context Protocol) HTTP server for mcp.ingitdb.com. It exposes inGitDB tools over a stateless HTTP endpoint using a synchronous request/response transport backed by GitHub.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is the HTTP handler for the MCP server.
func NewHandler ¶
func NewHandler() *Handler
NewHandler creates a Handler with the default (production) GitHub implementations.
func NewHandlerWithAuth ¶ added in v0.15.4
NewHandlerWithAuth creates a handler with provided auth configuration and mode.
Click to show internal directories.
Click to hide internal directories.