CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-unified-process/aiup-blazor-dotnet

AI Unified Process plugin for C# and Blazor on .NET 10

88

0.95x
Quality

87%

Does it follow best practices?

Impact

93%

0.95x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

mcp-servers.mdrules/

Optional MCP servers for the Blazor/.NET skills

The aiup-blazor-dotnet skills work without any MCP servers — they fall back to your own knowledge and standard .NET 10 documentation patterns. For authoritative, up-to-date docs and API lookups, configure the optional MCP servers below in your agent. They are advisory only; nothing in these skills hard-requires them.

Servers

ServerTypeURL / commandUsed by
MicrosoftLearnhttphttps://mcp.context7.com/mcpimplement, ef-migration, dotnet-test
bUnitDocshttphttps://mcp.context7.com/mcpbunit-test
Playwrightstdionpx @playwright/mcp@latestplaywright-test (running browser tests)

Configure in Claude Code

Add these to your project's .mcp.json:

{
  "mcpServers": {
    "MicrosoftLearn": { "type": "http", "url": "https://mcp.context7.com/mcp" },
    "bUnitDocs":      { "type": "http", "url": "https://mcp.context7.com/mcp" },
    "playwright":     { "type": "stdio", "command": "npx", "args": ["@playwright/mcp@latest"] }
  }
}

.mcp.json

README.md

tile.json