Files
awesome-copilot/plugins/fluentui-blazor/mcp.json
T
github-actions[bot] 132c269612 chore: publish from main
2026-08-24 00:31:40 +00:00

14 lines
287 B
JSON

{
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
"mcpServers": {
"fluent-ui-blazor": {
"type": "stdio",
"command": "dnx",
"args": [
"Microsoft.FluentUI.AspNetCore.McpServer@5.0.0-rc.5-26219.1",
"--yes"
]
}
}
}