Skip to content

Commit 9dd09cf

Browse files
committed
Add v2 feedback issue template
1 parent ca10dad commit 9dd09cf

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: v2 feedback
2+
description: Bugs, API friction, or docs gaps in v2 of the SDK
3+
title: "[v2] "
4+
labels: ["v2-alpha"]
5+
6+
body:
7+
- type: markdown
8+
attributes:
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.
11+
12+
Docs: https://py.sdk.modelcontextprotocol.io/v2/ · Migration from v1: https://py.sdk.modelcontextprotocol.io/v2/migration/
13+
14+
- type: textarea
15+
id: what
16+
attributes:
17+
label: What happened?
18+
description: What did you do, and what went wrong (or felt wrong)? Paste error output verbatim if there is any.
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: expected
24+
attributes:
25+
label: What did you expect?
26+
validations:
27+
required: false
28+
29+
- type: textarea
30+
id: repro
31+
attributes:
32+
label: Code to reproduce
33+
description: The smallest snippet or repository that shows it. For docs feedback, link the page instead.
34+
render: Python
35+
validations:
36+
required: false
37+
38+
- type: input
39+
id: version
40+
attributes:
41+
label: SDK version
42+
description: The published version (`pip show mcp`) or commit.
43+
validations:
44+
required: false
45+
46+
- type: dropdown
47+
id: area
48+
attributes:
49+
label: Area
50+
options:
51+
- Server
52+
- Client
53+
- Transports
54+
- Auth
55+
- Documentation
56+
- Migration
57+
- Other
58+
validations:
59+
required: false

0 commit comments

Comments
 (0)