Expand description
AvaloniaUI MCP Tools Library
This crate provides all 18 MCP tools for AvaloniaUI development assistance.
Re-exports§
pub use accessibility_tool::AccessibilityTool;pub use animation_tool::AnimationTool;pub use api_integration_tool::APIIntegrationTool;pub use architecture_template_tool::ArchitectureTemplateTool;pub use custom_control_generator::CustomControlGenerator;pub use data_access_pattern_tool::DataAccessPatternTool;pub use debugging_assistant_tool::DebuggingAssistantTool;pub use diagnostic_tool::DiagnosticTool;pub use echo_tool::EchoTool;pub use localization_tool::LocalizationTool;pub use performance_analysis_tool::PerformanceAnalysisTool;pub use project_generator_tool::ProjectGeneratorTool;pub use security_pattern_tool::SecurityPatternTool;pub use service_layer_tool::ServiceLayerTool;pub use testing_integration_tool::TestingIntegrationTool;pub use theming_tool::ThemingTool;pub use uiux_design_tool::UIUXDesignTool;pub use xaml_validation_tool::XamlValidationTool;
Modules§
- accessibility_
tool - Accessibility tool - WCAG compliance checks and guidance
- animation_
tool - Animation tool - Animation patterns and guidance
- api_
integration_ tool - API Integration tool - REST API client generation
- architecture_
template_ tool - Architecture Template tool - Clean Architecture patterns
- custom_
control_ generator - Custom Control Generator tool - Custom control scaffolding
- data_
access_ pattern_ tool - Data Access Pattern tool - Repository and EF Core patterns
- debugging_
assistant_ tool - Debugging Assistant tool - Debugging guidance and patterns
- diagnostic_
tool - Diagnostic tool - System diagnostics and troubleshooting
- echo_
tool - Echo tool - Basic connectivity testing
- localization_
tool - Localization tool - i18n and l10n guidance
- performance_
analysis_ tool - Performance analysis tool - Performance profiling guidance
- project_
generator_ tool - Project generator tool - Project scaffolding
- security_
pattern_ tool - Security pattern tool - Security best practices generation
- service_
layer_ tool - Service Layer tool - Service patterns and implementation
- testing_
integration_ tool - Testing Integration tool - Test setup patterns
- theming_
tool - Theming tool - Theme generation and customization
- uiux_
design_ tool - UI/UX Design tool - Design patterns and guidance
- xaml_
validation_ tool - XAML validation tool - XAML syntax and pattern validation