fix: rename 'mem-search' to 'mcp-search' for consistency across documentation and configuration

This commit is contained in:
Alex Newman
2025-12-28 22:55:05 -05:00
parent b92eb3dbb5
commit d7c183b3e1
5 changed files with 34 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"mcpServers": {
"mem-search": {
"mcp-search": {
"type": "stdio",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/mcp-server.cjs"
}