@notalk-tech/stackoverflow-mcp
Version:
StackOverflow MCP server for querying programming Q&A using FastMCP - npx wrapper for Python package
13 lines • 334 B
JSON
{
"host": "localhost",
"port": 3000,
"log_level": "INFO",
"stackoverflow_base_url": "https://api.stackexchange.com/2.3",
"max_requests_per_minute": 30,
"max_content_length": 50000,
"request_timeout": 30.0,
"cache_enabled": true,
"cache_ttl_seconds": 300,
"auto_switch_enabled": true,
"development_mode": false
}