fix: Update search-server references from .mjs to .cjs to match actual build output

- 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>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-03 22:17:12 +00:00
parent 00e2b0c55f
commit 2b683f99bb
6 changed files with 18 additions and 673 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"mcpServers": {
"claude-mem-search": {
"type": "stdio",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/search-server.mjs"
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/search-server.cjs"
}
}
}