Skip to content
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

Bug: GitHub Server Tools (list_issues, update_issue, add_issue_comment, get_issue) Return Non-Compliant MCP Responses #517

Open
apappascs opened this issue Jan 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@apappascs
Copy link

The list_issues, update_issue, add_issue_comment, and get_issue tools do not return responses in the correct MCP content structure, as defined in the MCP specification schema. This discrepancy results in incorrect or non-compliant tool responses, affecting integrations relying on these tools.

To Reproduce
Steps to reproduce the behavior:
Call the list_issues, update_issue, add_issue_comment, or get_issue tools.
Observe that the returned responses do not adhere to the MCP specification's schema.

Expected behavior
These tools should return responses formatted according to the MCP specification schema, ensuring consistency and compliance with the defined structure.

Additional context
This issue was addressed in PR #396, which refactors the affected tools to resolve this bug.

@apappascs apappascs added the bug Something isn't working label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant