chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-24 00:31:40 +00:00
parent 7f365df724
commit 132c269612
10 changed files with 914 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$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"
]
}
}
}