Github Copilot Examples
Created0GiS0
Provides example Model Context Protocol (MCP) servers for use with GitHub Copilot Chat.
About
This repository offers demonstrations for creating and using MCP Servers with GitHub Copilot Chat, as featured in a YouTube video. It includes two example MCP servers, `mcp-stdio` and `mcp-remote`, built with Node.js and Typescript, showcasing both stdio and sse transport methods for interacting with language models.
Key Features
- 4 GitHub stars
Use Cases
- Exploring stdio and sse transport methods for MCP
- Demonstrating MCP server implementations
- Testing MCP with GitHub Copilot Chat