You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/v2-feedback.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
name: v2 feedback
2
2
description: Bugs, API friction, or docs gaps in v2 of the SDK
3
3
title: "[v2] "
4
-
labels: ["v2-alpha"]
4
+
labels: ["v2"]
5
5
6
6
body:
7
7
- type: markdown
8
8
attributes:
9
9
value: |
10
-
Thanks for trying v2. Anything that broke, surprised you, or slowed you down is useful — API feedback is explicitly welcome while v2 is in pre-release.
10
+
Anything in v2 that broke, surprised you, or slowed you down is useful, including API friction and docs gaps.
11
11
12
-
Docs: https://py.sdk.modelcontextprotocol.io/v2/ · Migration from v1: https://py.sdk.modelcontextprotocol.io/v2/migration/
12
+
Docs: https://py.sdk.modelcontextprotocol.io/ · Migration from v1: https://py.sdk.modelcontextprotocol.io/migration/
echo"All ${#scenarios[@]} unexpected failure(s) passed when re-run solo; the suite failures were parallel-run contention."
104
+
# Surface the rescue on the run summary; the log line above and the
105
+
# FLAKE_RESCUED marker in the uploaded results are otherwise easy to miss on a
106
+
# green run.
107
+
echo"::warning title=Conformance flake rescued::${scenarios[*]} failed under suite concurrency and passed solo${output_dir:+ (see ${output_dir}-solo and FLAKE_RESCUED in the uploaded results)}."
0 commit comments