Files
2025-11-30 09:05:17 +08:00

19 lines
390 B
JSON

{
"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"
]
}
}
}