From 6fb9bc9bcd29febbbc56ba403d221d4992360a49 Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Mon, 4 May 2026 08:11:19 -0700 Subject: [PATCH] mcp: regenerate platform_auth signature snapshot for auth_headers(workspace_id=...) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-1's auth_headers added an optional workspace_id parameter for multi-workspace token routing; the signature drift gate (test_platform_auth_signature_matches_snapshot) caught the change as expected. Snapshot regenerated to capture the new shape — diff is visible in the PR for reviewers + template repos that depend on this surface. Behavior unchanged: auth_headers() with no arg still routes through the legacy resolution path (back-compat exact); the workspace_id arg is opt-in. Co-Authored-By: Claude Opus 4.7 (1M context) --- workspace/tests/snapshots/platform_auth_signature.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/workspace/tests/snapshots/platform_auth_signature.json b/workspace/tests/snapshots/platform_auth_signature.json index bf5864dc..8e64d287 100644 --- a/workspace/tests/snapshots/platform_auth_signature.json +++ b/workspace/tests/snapshots/platform_auth_signature.json @@ -4,7 +4,14 @@ "is_abstract": false, "is_async": false, "name": "auth_headers", - "parameters": [], + "parameters": [ + { + "annotation": "str | None", + "has_default": true, + "kind": "POSITIONAL_OR_KEYWORD", + "name": "workspace_id" + } + ], "return_annotation": "dict[str, str]" }, {