Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NeuronMCPServer ¶
type NeuronMCPServer struct {
// contains filtered or unexported fields
}
NeuronMCPServer wraps the MCP server and provides handlers that interact with the vault.
func NewServer ¶
func NewServer(cfg *config.Config, store *notes.Store, index *search.Index) (*NeuronMCPServer, error)
NewServer creates a new MCP server.
func (*NeuronMCPServer) Start ¶
func (s *NeuronMCPServer) Start() error
Start runs the MCP stdio server, blocking until it shuts down.
Click to show internal directories.
Click to hide internal directories.