Hello community,
I’m a newbie to this forum and MCP. Hope I could get some guidance.
I created a custom GitHub App-based Copilot Extensions that interacts with my internal document (using RAG)
Recently, I read that GitHub is removing the Copilot Extensions (Sunset notice: GitHub App-based Copilot Extensions) and suggests using MCP instead.
I have been reading the documentation and have understood the basic architecture. What is not clear is how to move my existing app and workflow to use MCP
My goal:
1.Use VSCode as MCP Host and UI for the user
2.Create a FastAPI server and mount MCP server to the FastAPI app. The server is running remotely
3.Distribute the MCP server configuration to other user so that can add it to their VSCode environment (mcp.json)
4.Use OpenAI agent client instead of GitHub Copilot
Any suggestion is much appreciated. Thanks.