Exposes live Blazor component metadata via a Model Context Protocol server, enabling AI-assisted code generation and analysis.
Components Blazor provides a Model Context Protocol (MCP) interface that empowers AI agents and development tools to dynamically discover and inspect your actual Blazor components. By reflecting types inheriting from `ComponentBase` within your assemblies, it exposes live, structured metadata for parameters, cascading parameters, and injected dependencies. This capability eliminates guesswork and out-of-sync documentation, bridging AI and Blazor by giving large language models a deep, accurate understanding of your UI components directly from your codebase.