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
                    
if you are setting up this repo
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
                    
nuke :add-package Nodinite.Core.McpServer --version 7.5.34
                    

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 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.

Version Downloads Last Updated
7.5.34 41 4/29/2026
7.5.30 88 4/23/2026
7.5.25 109 4/21/2026
7.5.24 93 4/20/2026
7.5.12 102 4/17/2026
7.5.0 94 4/16/2026