-
Notifications
You must be signed in to change notification settings - Fork 23
[FA-141] Switch to official GitHub MCP #56
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?
Conversation
| } | ||
|
|
||
|
|
||
| func runSSEServer(cfg runConfig) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This the new function that has been added to start an SSE server
| } | ||
|
|
||
|
|
||
| func createGhServer(cfg runConfig) (*server.MCPServer, error, func()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added this function to abstract creating the GH server
osw282
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work, just need to pin the mcp for the prompt server to 1.6.0 because of this issue, good to go afterward.
Write a short description which explains what this pull request does and, briefly, how.
What
Replacing the existing MCP server with the official GitHub MPC server.
Why
The Github MCP server we were using was deprecated.
How
Added their codebase into ours. Had to implement SSE transport.
Extra
If new dependencies are introduced to the project, please list them here:
Checklist
Please ensure you have done the following:
Type of change
Make sure to update label on right hand panel.
MacOS tests
To trigger the CI to run on a macOS backed workflow, add the
macos-ci-testlabel to the pull request (PR).Our advice is to only run this workflow when testing the compatability between operating systems for a change that you've made, e.g., adding a new dependency to the virtual environment.