Open
Description
Describe the feature or problem you’d like to solve
We are leveraging the GitHub Discussion feature with more than a thousand of participants. We need a reliable, well-integrated way for our LLMs to interact with the participants' posts.
Proposed solution
We proposed the add of GitHub Discussion support to the current GitHub MCP server.
Community driven repositories will benefit from this feature.
Activity
abhi-parate-st3 commentedon May 20, 2025
please consider this
joshling1919 commentedon Jun 21, 2025
This would be super helpful, and @xcorail 's PR looks like it's ready to be merged --any updates on whether the likelihood of it being merged some time soon? Thanks!
xcorail commentedon Jun 21, 2025
Review not started yet. When I have some visibility I will update here.
R3gardless commentedon Jun 25, 2025
Hi @xcorail , I'm really looking forward to this feature!
As far as I understand, #459 was about supporting discussion, but
creatediscussion
is still not supported, and I couldn't find any updates about it.Do you have any plans to support
creatediscussion
in the future?If I misunderstood anything, please feel free to correct me!
xcorail commentedon Jun 25, 2025
@R3gardless indeed my PR is adding minimal support, as a start, and
creatediscussion
is not a part of this. As this is my first contribution to this repo, I am starting minimal to learn, and I will implement the rest of the support, includingcreatediscussion
in the future.