Documentation
¶
Overview ¶
Package mcpserver exposes contextception via the Model Context Protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextServer ¶
type ContextServer struct {
// contains filtered or unexported fields
}
ContextServer wraps the MCP server with repo-specific state.
func New ¶
func New(repoRoot string) *ContextServer
New creates a ContextServer for the given repository root.
func (*ContextServer) Close ¶
func (cs *ContextServer) Close()
Close releases the database connection if open.
Click to show internal directories.
Click to hide internal directories.