MCP Server
MCP
io.github.duiduixu/ampleMcpServer
生成随机数MCP Server
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
By
Comments
Sign in to leave a comment