{ "name": "agent-tracker", "description": "Tracks Claude Code sessions and displays them in a TUI dashboard", "version": "1.0.0", "author": { "name": "Agent Tracker Team" }, "hooks": [ "./.claude-plugin/hooks/hooks.json" ], "mcp": { "agent-tracker": { "command": "node", "args": [ "${CLAUDE_PLUGIN_ROOT}/mcp/dist/index.js" ] } } }