Documentation
¶
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 wraps the MCP server.
func New ¶
func New(st *store.Store, prov llm.Provider, emb *embedder.Embedder, cfg *config.Config, registry *project.Registry) *Server
New creates and registers all docs + notes MCP tools.
Phase-2 signature change: takes *project.Registry so notes tools can resolve per-project DB handles. A nil registry is tolerated; notes tools that need one return a clear error at call time.
Click to show internal directories.
Click to hide internal directories.