JSdotNet.MCP.Guidelines 1.0.12

dotnet tool install --global JSdotNet.MCP.Guidelines --version 1.0.12
                    
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 JSdotNet.MCP.Guidelines --version 1.0.12
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=JSdotNet.MCP.Guidelines&version=1.0.12
                    
nuke :add-package JSdotNet.MCP.Guidelines --version 1.0.12
                    

JSdotNet.MCP.Guidelines

NuGet package for the Project Guidelines MCP server used to provide architecture and engineering guidance to AI tools.

MCP server identity

  • Server name: jsdotnet-project-guidelines
  • Runtime command: jsdotnet-guidelines-mcpserver
  • Package ID: JSdotNet.MCP.Guidelines

What this server is for

Use this server when you need governance-oriented project context, such as:

  • ADRs
  • Recommendations
  • Designs
  • Project structures

In this repository, architecture work is expected to consult this server before making architecture changes.

Configuration snippets

copilot-tools.json

{
  "mcpServers": [
    {
      "name": "jsdotnet-project-guidelines",
      "packageId": "JSdotNet.MCP.Guidelines",
      "enabled": true
    }
  ]
}

mcp.json

{
  "mcpServers": {
    "jsdotnet-project-guidelines": {
      "type": "stdio",
      "command": "jsdotnet-guidelines-mcpserver",
      "args": [],
      "tools": ["*"]
    }
  }
}

Notes

  • Keep server name and command consistent across copilot-tools.json and mcp.json.
  • If package updates are available, re-run your install/update script and restart the MCP client.
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
1.0.12 107 8/10/2026
1.0.11 107 7/29/2026
1.0.10 100 7/29/2026
1.0.9 107 7/29/2026
1.0.8 104 7/29/2026
1.0.7 112 7/24/2026