mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-25 02:11:40 +00:00
14 lines
287 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|