- Add ws2_32 linking for httplib on Windows (tests/CMakeLists.txt) - Fix Python path for Windows (use full path instead of python3/python) - Add PowerShell test runner script (run_tests.ps1) Windows-specific issues resolved: - Microsoft Store Python stub bypassed by using full Python path - Winsock dependency for httplib network functionality - All 120 tests now pass (282 assertions) Test results: 120/120 passed ✅ - Module Tests (70 TI): Scheduler, Notification, Monitoring, AI, Voice, Storage, Web - MCP Types Tests (15 TI): JSON-RPC serialization - MCP Transport Tests (20 TI): stdio communication - MCP Client Tests (15 TI): multi-server connections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
619 B
JSON
20 lines
619 B
JSON
{
|
|
"servers": {
|
|
"mock_server": {
|
|
"command": "C:\\Users\\alexi\\AppData\\Local\\Programs\\Python\\Python312\\python.exe",
|
|
"args": ["-u", "tests/fixtures/mock_mcp_server.py"],
|
|
"enabled": true
|
|
},
|
|
"disabled_server": {
|
|
"command": "nonexistent_command",
|
|
"args": [],
|
|
"enabled": false
|
|
},
|
|
"echo_server": {
|
|
"command": "C:\\Users\\alexi\\AppData\\Local\\Programs\\Python\\Python312\\python.exe",
|
|
"args": ["-u", "tests/fixtures/echo_server.py"],
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|