JSdotNet.MCP.Guidelines
1.0.11
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global JSdotNet.MCP.Guidelines --version 1.0.11
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local JSdotNet.MCP.Guidelines --version 1.0.11
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=JSdotNet.MCP.Guidelines&version=1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package JSdotNet.MCP.Guidelines --version 1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.jsonandmcp.json. - If package updates are available, re-run your install/update script and restart the MCP client.
| 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.