(mcpbench) /mcp-bench$ python run_benchmark.py --list-models
2025-11-03 22:14:14,803 - mcp_modules.tool_cache - INFO - Tool cache initialized at cache/tool_cache.db with TTL=0 hours
2025-11-03 22:14:14,803 - benchmark.runner - INFO - Tool cache enabled: dir=./cache, TTL=permanent
2025-11-03 22:14:14,804 - utils.local_server_config - INFO - Loaded 28 local server configurations
2025-11-03 22:14:14,804 - utils.local_server_config - INFO - Loaded 4 API keys
Available models:
Total: 0 models
Usage examples:
python run_benchmark.py --models MODEL_NAME
In the mcp-bench directory I created the .env file like this:
cat > .env << EOF
export OPENROUTER_API_KEY="your_openrouterkey_here"
EOF
and also applied the changes under “Optional: Using only OpenRouter API”, yet it still shows “Total: 0 models”.
(mcpbench) /mcp-bench$ python run_benchmark.py --list-models
2025-11-03 22:14:14,803 - mcp_modules.tool_cache - INFO - Tool cache initialized at cache/tool_cache.db with TTL=0 hours
2025-11-03 22:14:14,803 - benchmark.runner - INFO - Tool cache enabled: dir=./cache, TTL=permanent
2025-11-03 22:14:14,804 - utils.local_server_config - INFO - Loaded 28 local server configurations
2025-11-03 22:14:14,804 - utils.local_server_config - INFO - Loaded 4 API keys
Available models:
Total: 0 models
Usage examples:
python run_benchmark.py --models MODEL_NAME
In the mcp-bench directory I created the .env file like this:
cat > .env << EOF
export OPENROUTER_API_KEY="your_openrouterkey_here"
EOF
and also applied the changes under “Optional: Using only OpenRouter API”, yet it still shows “Total: 0 models”.