← Back to Plugins
MCP Server MCP

io.github.duiduixu/ampleMcpServer

github By github 👁 1 views ▲ 0 votes

生成随机数MCP Server

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "identifier": "sterlingxu_SampleMcpServer",
      "version": "0.1.1-beta",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "value": "{weather_choices}",
          "variables": {
            "weather_choices": {
              "description": "Comma separated list of weather descriptions to randomly select.",
              "isRequired": true
            }
          },
          "name": "WEATHER_CHOICES"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...