2b683f99bb
- Update plugin/.mcp.json to reference search-server.cjs - Update docs/public/configuration.mdx to reference search-server.cjs - Update docs/public/development.mdx to reference search-server.cjs - Remove stale plugin/scripts/search-server.mjs file Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>
9 lines
149 B
JSON
9 lines
149 B
JSON
{
|
|
"mcpServers": {
|
|
"claude-mem-search": {
|
|
"type": "stdio",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/search-server.cjs"
|
|
}
|
|
}
|
|
}
|