Documentation
¶
Overview ¶
Package mcpserver exposes an amoxtli workspace over the Model Context Protocol (stdio), so an LLM agent can search the local corpus.
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 bundles a live Codex with an MCP server exposing it.
func (*Server) RunHTTP ¶ added in v0.0.10
RunHTTP serves the protocol over the streamable HTTP transport on addr, until the context is cancelled. A single long-lived process handles many concurrent client sessions (the search path is read-only), which is what makes a shared, multi-user deployment possible.
Click to show internal directories.
Click to hide internal directories.