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
+25
View File
@@ -0,0 +1,25 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "fluentui-blazor",
"description": "Build Blazor apps with the Microsoft Fluent UI Blazor library. Bundles the fluentui-blazor skill for correct usage patterns (providers, service registration, icons, dialogs, data grid, theming) with the official Fluent UI Blazor MCP server for live lookup of components, parameters, enums, icons, and documentation, plus v4-to-v5 migration guidance.",
"version": "1.0.0",
"keywords": [
"fluentui",
"blazor",
"dotnet",
"components",
"aspnetcore",
"mcp",
"model-context-protocol",
"migration",
"icons",
"theming"
],
"author": {
"name": "Adrien Clerbois",
"url": "https://github.com/AClerbois"
},
"homepage": "https://www.fluentui-blazor.net",
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT"
}