-
Notifications
You must be signed in to change notification settings - Fork 796
Add informative error messages #702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add informative error messages #702
Conversation
Bumps fastmcp to >= 2.5.0, < 2.6.0
6297916 to
ffff890
Compare
ffff890 to
79cf28a
Compare
|
This pull request has been automatically marked as stale because it has not had recent activity for 14 days. It will be closed if no further activity occurs. Please leave a comment or remove the 'stale' label if you believe this PR is still relevant. Thank you for your contributions! |
|
I've now encountered an error which claude couldn't auto correct because it couldn't see the errors coming from jira. My understanding is that this change could help with this. Here is my full stack trace which I got when I activated all debugging flags. cc @sooperset After claude could find this error from the docker logs, it could correct itself. |
Description
Bumps fastmcp to version 2.5.0, which by default now returns error messages to the LLM.
This is very useful since it allows LLMs to self-correct once the error message is received, making this MCP server much more useful and reliable.
Fixes: #690 #670
Changes
Testing
npx @modelcontextprotocol/inspector uv --directory /path/to/local/installation run mcp-atlassianChecklist