Documentation
¶
Overview ¶
Package developmentmcp hosts the Development MCP HTTP server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is an HTTP MCP server.
func Start ¶
func Start(ctx context.Context, logger *slog.Logger, listenAddr string, users map[string]string, overlaySpecs []string, readOverlayContext func(spec string) (protocol.OverlayContext, error), lint func(baseOverlay string, files []protocol.OverlayFile) (protocol.LintResult, error), runTurn func(ctx context.Context, baseOverlay string, files []protocol.OverlayFile, agent, prompt, conversationID string) (thinking, answer string, err error), reload, restart func(reason string) (string, error)) (*Server, error)
Start starts the Development MCP HTTP server.
Click to show internal directories.
Click to hide internal directories.