Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunMCPStdio ¶ added in v0.5.1
func RunMCPStdio(version, commit, buildTime string)
RunMCPStdio initialises only the connector layer (DB + connectors bootstrap) and serves the MCP JSON-RPC protocol over stdin/stdout. Intended for local clients that spawn wick as a child process (Claude Desktop, Cursor, etc.). No auth — all connectors are visible as a synthetic local-admin identity.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) JobsSvc ¶ added in v0.12.0
JobsSvc returns the manager.Service the API server owns. Exposed so the single-node `lab all` entrypoint can hand it to worker.RunScheduler — both the HTTP handlers and the cron loop then share one Service, avoiding the double-fire race two independent Services would have.
Click to show internal directories.
Click to hide internal directories.