Github Copilot Examples
Provides example Model Context Protocol (MCP) servers for use with GitHub Copilot Chat.
Acerca de
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.
Características Principales
- 4 GitHub stars
Casos de Uso
- Exploring stdio and sse transport methods for MCP
- Demonstrating MCP server implementations
- Testing MCP with GitHub Copilot Chat