Nodinite.Core.McpServer
7.5.34
{ "inputs": [ { "type": "promptString", "id": "connection_string", "description": "SQL Server connection string to the Nodinite Configuration database", "password": true } ], "servers": { "Nodinite.Core.McpServer": { "type": "stdio", "command": "dnx", "args": ["Nodinite.Core.McpServer@7.5.34", "--yes"], "env": { "ConnectionStrings__NodiniteConfig": "${input:connection_string}" } } } }
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 Nodinite.Core.McpServer --version 7.5.34
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Nodinite.Core.McpServer --version 7.5.34
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Nodinite.Core.McpServer&version=7.5.34
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Nodinite.Core.McpServer --version 7.5.34
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Nodinite MCP Server — Model Context Protocol server for the Nodinite integration monitoring platform. Provides read-only access to integrations, monitor views, sources, log views, systems, services, endpoints, contracts, and more.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.