b4b90faa1e
New Features: - REST API endpoints for MCP server status and toggle control - UI toggle in viewer sidebar for enabling/disabling MCP search server - File-based persistence mechanism (.mcp.json ↔ .mcp.json.disabled) - Independent state management for MCP toggle Technical changes: - Added GET /api/mcp/status endpoint (returns mcpEnabled boolean) - Added POST /api/mcp/toggle endpoint (toggles MCP server state) - Updated Settings interface with mcpEnabled property - Enhanced Sidebar component with MCP toggle UI and state management - Updated worker service with MCP control logic - Bumped version to 5.4.1 in all metadata files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "claude-mem",
|
|
"version": "5.4.1",
|
|
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
|
|
"author": {
|
|
"name": "Alex Newman"
|
|
},
|
|
"repository": "https://github.com/thedotmack/claude-mem",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [
|
|
"memory",
|
|
"context",
|
|
"persistence",
|
|
"hooks",
|
|
"mcp"
|
|
]
|
|
}
|