AI Unified Process plugin for C# and Blazor on .NET 10
88
87%
Does it follow best practices?
Impact
93%
0.95xAverage score across 3 eval scenarios
Passed
No findings from the security scan
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.
| Server | Type | URL / command | Used by |
|---|---|---|---|
| MicrosoftLearn | http | https://mcp.context7.com/mcp | implement, ef-migration, dotnet-test |
| bUnitDocs | http | https://mcp.context7.com/mcp | bunit-test |
| Playwright | stdio | npx @playwright/mcp@latest | playwright-test (running browser tests) |
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"] }
}
}