Skip to content

Commit 3d92a1c

Browse files
committed
Link the last two pinned divergences to their tracking entries
The unrecognized-resultType and scope-aggregation divergences gained tracking entries after their pins landed; wire the issue fields so the fixer trail is complete for every pinned divergence in the manifest.
1 parent 5ba2445 commit 3d92a1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/interaction/_requirements.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3764,6 +3764,7 @@ def __post_init__(self) -> None:
37643764
"surfaced on the returned result unchanged -- on both eras (the in-code TODO "
37653765
"in src/mcp/server/runner.py records the missing rejection)."
37663766
),
3767+
issue="L117",
37673768
),
37683769
),
37693770
"mrtr:input-responses:invalid-rejected": Requirement(
@@ -5236,6 +5237,7 @@ def __post_init__(self) -> None:
52365237
"hosting:auth:scope-403 divergence) -- a client missing several scopes is "
52375238
"challenged one scope per round trip."
52385239
),
5240+
issue="L118",
52395241
),
52405242
),
52415243
"hosting:auth:scope:no-offline-access": Requirement(

0 commit comments

Comments
 (0)