Loading subscription status...
{
"mcpServers": [
{
"chain-of-draft": {
"env": {
"ANTHROPIC_API_KEY": "your_api_key_here"
},
"args": [
"/absolute/path/to/cod/server.py"
],
"command": "python3"
}
},
{
"chain-of-draft": {
"env": {
"ANTHROPIC_API_KEY": "your_api_key_here"
},
"args": [
"/absolute/path/to/cod/index.js"
],
"command": "node"
}
}
]
}