Skip to content

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

sanitize.mjs

node sanitize.mjs < mcp.json > sanitized.json

Codex · Python 3.11+

python3 -c "import json,sys,tomllib; print(json.dumps(tomllib.load(sys.stdin.buffer)))" < config.toml | node sanitize.mjs > sanitized.json

Packages, actual authentication, permissions and execution were not tested. Unknown client fields are preserved.

Back to task planning

tracevero · https://tracevero.com/automatisieren/setup