Documentation
¶
Overview ¶
Package sqlitestore implements a SQLite-based ToolStore for search over MCP tool metadata. It currently uses FTS5 for full-text search and may be extended with embedding-based semantic search in the future.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSQLiteToolStore ¶
func NewSQLiteToolStore() (sqliteToolStore, error)
NewSQLiteToolStore creates a new sqliteToolStore backed by a shared in-memory SQLite database. All callers of this constructor share the same database, which is the intended production behavior (one shared store per server).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.