name: 🐛 Bug report
description: Submit a bug report to help us improve LangSmith MCP.
labels: ["type:bug", "status:needs-triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report this problem!
We really appreciate the community's efforts to improve LangSmith MCP.
- type: checkboxes
attributes:
label: Checklist
description: Please confirm and check all the following options.
options:
- label: I have searched the [existing issues](https://github.com/langchain-ai/langsmith-mcp-server/issues) for similar issues.
required: true
- label: I added a very descriptive title to this issue.
required: true
- label: I have provided sufficient information below to help reproduce this issue.
required: true
- type: textarea
attributes:
label: Summary
description: Type here a clear and concise description of the problem. Aim for 2-3 sentences.
validations:
required: true
- type: textarea
attributes:
label: Reproducible Code Example
render: Python
description: |
If applicable, please provide a [self-contained minimal code example](https://stackoverflow.com/help/minimal-reproducible-example) that reproduces the problem you ran into.
If we can copy it, run it, and see it right away, there's a much higher chance we will be able to help you.
placeholder: |
import langsmith_mcp_server
# Your code here
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Please provide the steps we should take to reproduce the bug.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: false
- type: textarea
attributes:
label: Expected Behavior
description: Explain what you expect to happen when you go through the steps above, assuming there were no bugs.
validations:
required: false
- type: textarea
attributes:
label: Current Behavior
placeholder: |
Error message:
```
Traceback (most recent call last):
File "example.py", line 1, in <module>
import langsmith_mcp_server
```
description: |
Explain the buggy behavior you experience when you go through the steps above.
If you have error messages or stack traces please provide them here as well.
If applicable, add screenshots to help explain your problem.
_Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in._
validations:
required: false
- type: checkboxes
attributes:
label: Is this a regression?
description: Did this use to work the way you expected in the past?
options:
- label: Yes, this used to work in a previous version.
required: false
- type: textarea
attributes:
label: Debug info
description: |
Please share some system information related to the environment your app is running in.
Example:
- **LangSmith MCP version**: 0.1.0 _(get it with `$ pip show langsmith_mcp_server`)_
- **Python version**: 3.9 _(get it with `$ python --version`)_
- **Operating System**: MacOs 12.6
- **Browser**: Chrome
value: |
- LangSmith MCP version:
- Python version:
- Operating System:
- Browser:
validations:
required: false
- type: textarea
attributes:
label: Additional Information
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
_Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in._
validations:
required: false