by decriptor

A comprehensive MCP server providing enterprise-grade tools, resources, and guidance for building cross-platform AvaloniaUI applications.
# Clone the repository git clone https://github.com/decriptor/AvaloniaUI.MCP.git cd AvaloniaUI.MCP # Build the project dotnet build # Run tests (optional) dotnet test # Start the server dotnet run --project src/AvaloniaUI.MCP/AvaloniaUI.MCP.csproj
Add to your MCP client configuration:
*Configuration content*
Try these commands with your MCP client:
"Create a new AvaloniaUI MVVM project called MyApp" "Validate this XAML code for best practices" "Generate JWT authentication pattern with high security" "Show me how to migrate this WPF control to AvaloniaUI" "Perform a health check on the server"
Category | Tools | Description |
---|---|---|
Project Generation | ProjectGeneratorTool, ArchitectureTemplateTool | Create complete projects with best practices |
Validation & Quality | XamlValidationTool, SecurityPatternTool, AccessibilityTool | Ensure code quality and security |
UI Development | ThemingTool, CustomControlGenerator, AnimationTool | Build beautiful, interactive interfaces |
Migration & Integration | APIIntegrationTool, LocalizationTool, DataAccessPatternTool | Integrate with external systems |
Development & Debugging | DiagnosticTool, TestingIntegrationTool, PerformanceAnalysisTool | Monitor and optimize applications |
๐ Complete Tools Documentation โ
Metric | Value | Description |
---|---|---|
Response Time | < 100ms | Average tool execution time |
Test Coverage | 90%+ | Comprehensive test suite |
Cache Hit Rate | 80%+ | Resource caching efficiency |
Memory Usage | < 200MB | Typical memory footprint |
Concurrent Users | 50+ | Supported simultaneous connections |
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โ MCP Client โ โ AvaloniaUI.MCP โ โ Knowledge Base โ โ (Claude, VSC) โโโโโบโ Server โโโโโบโ (JSON Files) โ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โ โผ โโโโโโโโโโโโโโโโโโโโ โ Tool Ecosystem โ โ โข Project Gen โ โ โข Validation โ โ โข Security โ โ โข Diagnostics โ โโโโโโโโโโโโโโโโโโโโ
Built with:
Resource | Description |
---|---|
๐ Documentation Site | Complete documentation with examples |
๐ Quick Start Guide | Get running in 5 minutes |
๐ ๏ธ Tools Reference | Detailed tool documentation |
๐ก Examples & Tutorials | Real-world usage examples |
๐ Troubleshooting | Common issues and solutions |
Comprehensive test suite with 150+ tests:
# Run all tests dotnet test # Run with coverage dotnet test --collect:"XPlat Code Coverage" # Run specific categories dotnet test --filter Category=Unit dotnet test --filter Category=Integration
Test categories:
Enterprise-grade security features:
We welcome contributions! Please see our Contributing Guide for details.
dotnet restore
dotnet test
git checkout -b feature/amazing-feature
This project is licensed under the MIT License - see the LICENSE file for details.
Built with โค๏ธ for the AvaloniaUI community
๐ Star us on GitHub โข ๐ Report issues โข ๐ค Contribute โข ๐ Read the docs
No version information available