Documentation
¶
Overview ¶
Package memory provides the memory_manage and memory_recall MCP tools.
Index ¶
- type Toolkit
- func (*Toolkit) Close() error
- func (*Toolkit) Connection() string
- func (*Toolkit) Kind() string
- func (t *Toolkit) Name() string
- func (t *Toolkit) RegisterTools(s *mcp.Server)
- func (*Toolkit) SetQueryProvider(_ query.Provider)
- func (t *Toolkit) SetSemanticProvider(provider semantic.Provider)
- func (*Toolkit) Tools() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Toolkit ¶
type Toolkit struct {
// contains filtered or unexported fields
}
Toolkit implements the memory management toolkit.
func (*Toolkit) Connection ¶
Connection returns the connection name for audit logging.
func (*Toolkit) RegisterTools ¶
RegisterTools registers memory_manage and memory_recall with the MCP server.
func (*Toolkit) SetQueryProvider ¶
SetQueryProvider is a no-op; memory toolkit does not use query execution.
func (*Toolkit) SetSemanticProvider ¶
SetSemanticProvider sets the semantic metadata provider for graph traversal.
Click to show internal directories.
Click to hide internal directories.