56167c47a2
- Added search functionality for observations and sessions using full-text search. - Implemented formatting functions for search results with citations. - Created multiple tools for searching by various criteria including concept, file, type, and advanced search. - Integrated structured filters and pagination options for search queries. - Established error handling for search operations and server initialization.
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"mcpServers": {
|
|
"claude-mem-search": {
|
|
"type": "stdio",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/search-server.js"
|
|
}
|
|
}
|
|
}
|