- HttpClient: Use full URL with scheme (https://) for proper SSL support - main.cpp: Create separate InteractiveClient IO to avoid self-delivery skip - main.cpp: Process llm:response messages in main loop for terminal display - ClaudeProvider: Add debug logging for request details 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
475 B
JSON
20 lines
475 B
JSON
{
|
|
"servers": {
|
|
"mock_server": {
|
|
"command": "python3",
|
|
"args": ["tests/fixtures/mock_mcp_server.py"],
|
|
"enabled": true
|
|
},
|
|
"disabled_server": {
|
|
"command": "nonexistent_command",
|
|
"args": [],
|
|
"enabled": false
|
|
},
|
|
"echo_server": {
|
|
"command": "python3",
|
|
"args": ["tests/fixtures/echo_server.py"],
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|