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>
19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"name": "thedotmack",
|
|
"owner": {
|
|
"name": "Alex Newman"
|
|
},
|
|
"metadata": {
|
|
"description": "Plugins by Alex Newman (thedotmack)",
|
|
"homepage": "https://github.com/thedotmack/claude-mem"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "claude-mem",
|
|
"version": "5.4.1",
|
|
"source": "./plugin",
|
|
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
|
}
|
|
]
|
|
}
|