We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64417fc commit 1b65acaCopy full SHA for 1b65aca
1 file changed
scripts/coding_discovery_tools/scan_single_mcp_server.py
@@ -34,6 +34,8 @@ def scan_one(server_name, server_config):
34
# recomputes sha256 -> `script:<hash>` fingerprint and stores the body.
35
if obj is not None and isinstance(server_config, dict) and server_config.get('script_content'):
36
obj['script_content'] = server_config['script_content']
37
+ print(f"info: forwarding script_content ({len(server_config['script_content'])} b64 chars) for {server_name}",
38
+ file=sys.stderr)
39
return obj
40
41
0 commit comments