home / mcp / bootstrapblazor.mcpserver
Provides an MCP server that serves BootstrapBlazor component docs and source access for AI assistants.
Configuration
View docs{
"mcpServers": {
"bootstrapblazor-bootstrapblazor.mcpserver": {
"command": "dotnet",
"args": [
"run",
"--project",
"BootstrapBlazor.MCPServer.AppHost"
],
"env": {
"ASPNETCORE_ENVIRONMENT": "Production"
}
}
}
}Returns the names and descriptions of all available BootstrapBlazor components.
Returns the component file list including source and example files for a specified component.
Returns the complete content of a specific component file by name and category (Source or Example).
Test tool for validating MCP channel connectivity and basic responses.