Loading subscription status...
{
"mcpServers": [
{
"Code Explainer MCP": {
"env": {
"API_SECRET_KEY": "YOUR_SECRET_KEY_HERE"
},
"args": [
"-X",
"POST",
"http://your-worker-url.workers.dev",
"-H",
"Content-Type: application/json",
"-H",
"Authorization: Bearer YOUR_SECRET_KEY_HERE",
"-d",
"{\"method\":\"explainCode\",\"params\":[\"your code here\",\"programming language\"]}"
],
"command": "curl"
}
}
]
}