@tiflux/mcp
Version:
TiFlux MCP Server - Model Context Protocol integration for Claude Code and other AI clients
22 lines • 355 B
JSON
{
"logging": {
"level": "warn",
"enableConsole": false,
"enableFile": true,
"fileName": "logs/tiflux-mcp.log"
},
"api": {
"timeout": 10000,
"retries": 5,
"retryDelay": 2000
},
"cache": {
"ttl": 600,
"maxSize": 5000
},
"rateLimit": {
"enabled": true,
"maxRequests": 200,
"windowMs": 60000
}
}