nisalgunawardhana/How-To-Create-MCP-Server
This guide will help you set up a basic MCP (Model Context Protocol) server in .NET, configure it in VS Code, and interact with it using Copilot Chat.
Platform-specific configuration:
{
"mcpServers": {
"How-To-Create-MCP-Server": {
"command": "npx",
"args": [
"-y",
"How-To-Create-MCP-Server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...