MCP Server
MCP
io.github.nice-one-code/NOC.McpServer
MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.
Install
nuget:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "NOC.McpServer",
"version": "1.0.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your NiceOneCode account userid",
"isRequired": true,
"name": "NOC_USERID"
},
{
"description": "Your NiceOneCode account password",
"isRequired": true,
"isSecret": true,
"name": "NOC_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
nuget
By
Comments
Sign in to leave a comment