docs: plan mcp source registry package move

This commit is contained in:
lda
2026-06-06 23:49:56 +07:00 Verified
parent 87d84767f8
commit 13de7d1495
3 changed files with 465 additions and 1 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ def _rpc_timeout_from_optional_config(
return override
try:
config = load_workflow_config(path)
except (FileNotFoundError, json.JSONDecodeError, ValidationError):
except FileNotFoundError, json.JSONDecodeError, ValidationError:
return 30.0
target = config.client.target
if isinstance(target, RpcHttpTargetConfig):