49b9bb6724
Deploy Docs / deploy-docs (push) Failing after 1s
Conformance Tests / client-conformance (push) Failing after 3s
Conformance Tests / server-conformance (push) Failing after 1s
GitHub Actions Security Analysis / zizmor (push) Failing after 1s
CI / checks (push) Failing after 59m20s
CI / all-green (push) Waiting to run
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
name: ❓ MCP Python SDK Question
|
|
description: "Ask a question about the MCP Python SDK"
|
|
labels: ["question"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Thank you for reaching out to the MCP Python SDK community! We're here to help! 🤝
|
|
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
description: |
|
|
Please provide as much detail as possible about your question. 🙏
|
|
|
|
You might like to include:
|
|
* Code snippets showing what you've tried
|
|
* Error messages you're encountering (if any)
|
|
* Expected vs actual behavior
|
|
* Your use case and what you're trying to achieve
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
description: |
|
|
Please provide any additional context that might help us better understand your question, such as:
|
|
* Your MCP Python SDK version
|
|
* Your Python version
|
|
* Relevant configuration or environment details 📝
|