Invalid Date
Let’s configure Github Copilot to use a simple MCP server. Go to the Extensions tab and type @mcp.
Add the GitHub server. It will ask you to login to GitHub and authorize it (security risk!).
Go to the GitHub MCP docs and follow along with the directions there. Turn on Agent mode and view your currernt tools.
Q: what tools and actions does your Copilot have access to? Remember, all these tools are part of the context for the LLM.
Create a GitHub issue in a repository you own using Copilot in Agent mode(cmd-ctrl-i).
MCP is a client-server architecture. Clients connect to MCP server(s), making requests and getting results back, using JSON. There are a lot of details missing from that description!
Follow the steps from the MCP docs to build a weather server.
You will need to find a tool to which you can add MCP servers. The example uses Claude to edit the MCP tool list.
Another option is the MCP Inspector.
You will create an MCP server in Nest.js to handle queries.
@modelcontextprotocol/sdk package
Neil Ernst ©️ 2024-5