Check configuration
Checks JSON or TOML structure and Docker environment forwarding. Sanitize the file locally first. Do not submit real tokens or passwords.
Sanitize locally
node sanitize.mjs < mcp.json > sanitized.jsonCodex · Python 3.11+
python3 -c "import json,sys,tomllib; print(json.dumps(tomllib.load(sys.stdin.buffer)))" < config.toml | node sanitize.mjs > sanitized.jsonPackages, actual authentication, permissions and execution were not tested. Unknown client fields are preserved.
Back to task planningtracevero · https://tracevero.com/automatisieren/setup