Skip to content

Commit 5edd30d

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 58fde6f commit 5edd30d

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(
@@ -5299,6 +5300,7 @@ def __post_init__(self) -> None:
52995300
"hosting:auth:scope-403 divergence) -- a client missing several scopes is "
53005301
"challenged one scope per round trip."
53015302
),
5303+
issue="L118",
53025304
),
53035305
),
53045306
"hosting:auth:scope:no-offline-access": Requirement(

0 commit comments

Comments
 (0)