Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ModelContextProtocol
  • ModelContextProtocol.NET.Server




VisualStudio Code

Image AddedImage Removed





Code Block
themeEmacs
{
    "mcp": {
        "servers": {
            "McpServer": {
              "type": "stdio",
              "command": "dotnet",
              "args": [
                "run",
                "--project",
                "D:\\Code\\Webnori\\NetCoreLabs\\McpServer\\McpServer.csproj"
              ]
            }
          }
    }
}

...