Skip to content

rakthainet-dkh/fluentui-blazor

v1.0.0MIT

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.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

fluent-ui-blazorstdio
{
  "type": "stdio",
  "command": "dnx",
  "args": [
    "Microsoft.FluentUI.AspNetCore.McpServer@5.0.0-rc.5-26219.1",
    "--yes"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$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",
  "extensions": {
    "com.github.awesome-copilot": {
      "skills": [
        "./skills/fluentui-blazor/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.awesome-copilot