This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| always_allow_all.py [OPTIONS] CONFIG.json | |
| Kilo Code currently has no way to always allow all tools for an MCP server. | |
| This script will always allow every tool for every server in a provided configuration file. | |
| Options: | |
| -v, --verbose Increase output verbosity | |
| -r, --retries Number of retries for flaky servers (default: 1) |