Conversation
|
Thanks for your PR, @h2ls. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
There was a problem hiding this comment.
Sorry @h2ls, your pull request is larger than the review limit of 150000 diff characters
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8114 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 766 766
Lines 34204 34204
Branches 4695 4695
=========================================
Hits 34204 34204
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Sorry @h2ls, your pull request is larger than the review limit of 150000 diff characters
There was a problem hiding this comment.
Sorry @h2ls, your pull request is larger than the review limit of 150000 diff characters
Summary
This PR adds an HTTP MCP server for BootstrapBlazor component development.
The MCP server exposes component context from the repository, including:
It also adds supporting Skill metadata, index generation, sync checks, documentation, and tests.
Details
tools/BootstrapBlazor.McpHTTP MCP serverskill-index.jsondocs/skills/componentsValidation
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\generate-skill-index.ps1 -Checkpowershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\check-skill-sync.ps1 -WarnAllMissingSkillspowershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\generate-component-skills.ps1dotnet build .\tools\BootstrapBlazor.Mcp\BootstrapBlazor.Mcp.csproj