Documentation
¶
Overview ¶
Package app provides the shared application core used by both the MCP server and the CLI. It handles module initialization, proxy connection, sandbox setup, and semantic search indices.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
ModuleRegistry *module.Registry
Sandbox sandbox.Service
ProxyClient proxy.Client
Cartographoor cartographoor.CartographoorClient
// contains filtered or unexported fields
}
App contains the shared core components used by both the MCP server and CLI.
func (*App) Build ¶
Build initializes all shared components in dependency order: register modules -> sandbox -> proxy -> init modules -> module startup -> cartographoor.
Click to show internal directories.
Click to hide internal directories.