BaseTestPackage.McpServer 0.1.0-beta

This is a prerelease version of BaseTestPackage.McpServer.
{
  "inputs": [
    {
      "type": "promptString",
      "id": "weather_choices",
      "description": "Comma separated list of weather descriptions to randomly select.",
      "password": false
    }
  ],
  "servers": {
    "BaseTestPackage.McpServer": {
      "type": "stdio",
      "command": "dnx",
      "args": ["BaseTestPackage.McpServer@0.1.0-beta", "--yes", "--", "mcp", "start"],
      "env": {
        "WEATHER_CHOICES": "${input:weather_choices}"
      }
    }
  }
}
                    
This package contains an MCP Server. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's .vscode/mcp.json settings file.
dotnet tool install --global BaseTestPackage.McpServer --version 0.1.0-beta
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local BaseTestPackage.McpServer --version 0.1.0-beta
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=BaseTestPackage.McpServer&version=0.1.0-beta&prerelease
                    
nuke :add-package BaseTestPackage.McpServer --version 0.1.0-beta
                    

MCP Server

This is a sample MCP server used for integration testing with NuGet.org.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.0-beta 2,201 10/23/2025