diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 000000000..9964acf24 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,18 @@ +{ + "inputs": [], + "servers": { + "MS Docs": { + "type": "sse", + "url": "https://learn.microsoft.com/api/mcp", + "headers": {} + }, + "Playwright": { + "type": "stdio", + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ], + "env": {} + } + } +} \ No newline at end of file diff --git a/src/HybridApp/Components/Layout/FooterBar.razor b/src/HybridApp/Components/Layout/FooterBar.razor index 35430b642..4dcacb6d5 100644 --- a/src/HybridApp/Components/Layout/FooterBar.razor +++ b/src/HybridApp/Components/Layout/FooterBar.razor @@ -1,7 +1,7 @@