Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
react-native-code-review | Review React Native code for best practices and improvements |
react-native-architecture | Design React Native app architecture |
react-native-performance | Optimize React Native app performance |
react-native-debug | Debug React Native issues |
react-native-migration | Guide for React Native migrations and upgrades |
react-native-testing | React Native testing strategy and implementation |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
react-native-docs | Official React Native documentation and guides |
best-practices-guide | Comprehensive guide to React Native best practices |
performance-guide | Performance optimization strategies and techniques |
common-patterns | Common patterns and solutions for React Native development |
iOS Development Guide | iOS-specific React Native development guide |
Android Development Guide | Android-specific React Native development guide |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
generate_component_test | Generate comprehensive React Native component tests following industry best practices |
analyze_testing_strategy | Analyze current testing strategy and provide recommendations |
analyze_test_coverage | Analyze test coverage and identify gaps |
analyze_component | Analyze React Native component for best practices |
analyze_codebase_performance | Analyze entire React Native codebase for performance issues |
analyze_codebase_comprehensive | Comprehensive React Native codebase analysis including performance, security, refactoring, and upgrades |
optimize_performance | Get performance optimization suggestions for React Native |
architecture_advice | Get React Native architecture and project structure advice |
debug_issue | Get debugging guidance for React Native issues |
check_for_updates | Check for available updates to the React Native MCP server |
get_version_info | Get React Native MCP Server version and build information |
remediate_code | Automatically fix React Native code issues with expert-level solutions |
refactor_component | Provide expert-level refactoring suggestions and implementations |