Initial commit
This commit is contained in:
19
.claude-plugin/plugin.json
Normal file
19
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user