S
Skills Integrate MCP With Copilot
作者 @cds007
Exercise: Integrate Model Context Protocol with GitHub Copilot
创建于 10/24/2025
更新于 about 2 months ago
README
Repository documentation and setup instructions
🎉 Congratulations cds007! 🎉
🌟 You've successfully completed the exercise! 🌟
🚀 Share Your Success!
Show off your new skills and inspire others!
🎯 What's Next?
Keep the momentum going!
There's no better way to learn than building things! 🚀
© 2025 GitHub • Code of Conduct • MIT License
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-skills-integrate-mcp-with-copilot
Cursor 配置 (mcp.json)
{
"mcpServers": {
"cds007-skills-integrate-mcp-with-copilot": {
"command": "npx",
"args": [
"cds007-skills-integrate-mcp-with-copilot"
]
}
}
}