JSdotNet.MCP.Design
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.Design --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.Design --version 1.0.11
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=JSdotNet.MCP.Design&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.Design --version 1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
JSdotNet.MCP.Design
NuGet package for the Project Design MCP server used to provide design and UX guidance to AI tools.
MCP server identity
- Server name:
jsdotnet-project-design - Runtime command:
jsdotnet-design-mcpserver - Package ID:
JSdotNet.MCP.Design
What this server is for
Use this server when you need design-oriented context, such as:
- UX and interaction guidance
- Design-focused architecture decisions
- Product design recommendations
Configuration snippets
copilot-tools.json
{
"mcpServers": [
{
"name": "jsdotnet-project-design",
"packageId": "JSdotNet.MCP.Design",
"enabled": true
}
]
}
mcp.json
{
"mcpServers": {
"jsdotnet-project-design": {
"type": "stdio",
"command": "jsdotnet-design-mcpserver",
"args": [],
"tools": ["*"]
}
}
}
Notes
- Use alongside
JSdotNet.MCP.Guidelinesfor balanced architecture and design context. - 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.