Skip to content

Commit 5b5eb0f

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 ff1492c commit 5b5eb0f

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
@@ -3851,6 +3851,7 @@ def __post_init__(self) -> None:
38513851
"surfaced on the returned result unchanged -- on both eras (the in-code TODO "
38523852
"in src/mcp/server/runner.py records the missing rejection)."
38533853
),
3854+
issue="L117",
38543855
),
38553856
),
38563857
"mrtr:input-responses:invalid-rejected": Requirement(
@@ -5386,6 +5387,7 @@ def __post_init__(self) -> None:
53865387
"hosting:auth:scope-403 divergence) -- a client missing several scopes is "
53875388
"challenged one scope per round trip."
53885389
),
5390+
issue="L118",
53895391
),
53905392
),
53915393
"hosting:auth:scope:no-offline-access": Requirement(

0 commit comments

Comments
 (0)