17 lines
595 B
JSON
17 lines
595 B
JSON
{
|
|
"name": "cc-trace",
|
|
"description": "Interactive assistant for intercepting, debugging, analyzing and reviewing Claude Code API requests using mitmproxy. Capture HTTPS traffic, inspect system prompts and tool definitions, analyze token usage, and optimize API interactions.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Grey Haven Studio",
|
|
"url": "https://github.com/greyhaven-ai/claude-code-config"
|
|
},
|
|
"agents": [
|
|
"./agents/cc-trace.md"
|
|
],
|
|
"commands": [
|
|
"./commands/cc-trace-setup.md",
|
|
"./commands/cc-trace-start.md",
|
|
"./commands/cc-trace-connect.md"
|
|
]
|
|
} |