Documentation
¶
Index ¶
- func CompletionHandler(store *thinking.MemoryStore) func(context.Context, *mcp.CompleteRequest) (*mcp.CompleteResult, error)
- func RegisterPrompts(server *mcp.Server)
- func RegisterResources(server *mcp.Server, store *thinking.MemoryStore)
- func RegisterTools(server *mcp.Server, store *thinking.MemoryStore)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompletionHandler ¶
func CompletionHandler(store *thinking.MemoryStore) func(context.Context, *mcp.CompleteRequest) (*mcp.CompleteResult, error)
CompletionHandler returns the MCP completion handler that powers autocomplete.
func RegisterPrompts ¶
RegisterPrompts wires prompt handlers with the MCP server.
func RegisterResources ¶
func RegisterResources(server *mcp.Server, store *thinking.MemoryStore)
RegisterResources wires resource handlers with the MCP server.
func RegisterTools ¶
func RegisterTools(server *mcp.Server, store *thinking.MemoryStore)
RegisterTools wires all tool handlers with the MCP server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.