Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_hook | Generate a custom React hook for an @appolabs/appo SDK feature. Returns TypeScript code with types, error handling, and loading states. |
| generate_component | Generate a UI component that uses @appolabs/appo SDK features. Returns a complete React component with SDK integration. |
| scaffold_feature | Scaffold complete feature integration including hook, component, and types. Returns multiple files with integration instructions. |
| validate_setup | Validate @appolabs/appo SDK installation and configuration. Analyzes package.json and optionally checks import patterns. |
| check_permissions | Analyze permission handling patterns in code for a specific SDK feature. Returns analysis with suggestions for proper permission flow. |
| diagnose_issue | Diagnose common @appolabs/appo SDK integration issues. Provides diagnosis with solutions and code fixes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| setup_wizard | Interactive setup guidance for integrating @appolabs/appo SDK into a new or existing project |
| integrate_feature | Step-by-step guide for integrating a specific SDK feature |
| debug_assistant | Interactive troubleshooting assistant for SDK issues |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| API: push | API reference for appo.push |
| API: biometrics | API reference for appo.biometrics |
| API: camera | API reference for appo.camera |
| API: location | API reference for appo.location |
| API: haptics | API reference for appo.haptics |
| API: storage | API reference for appo.storage |
| API: share | API reference for appo.share |
| API: network | API reference for appo.network |
| API: device | API reference for appo.device |
| Examples: push | Code examples for push feature |
| Examples: biometrics | Code examples for biometrics feature |
| Examples: camera | Code examples for camera feature |
| Examples: location | Code examples for location feature |
| Examples: haptics | Code examples for haptics feature |
| Examples: storage | Code examples for storage feature |
| Examples: share | Code examples for share feature |
| Examples: network | Code examples for network feature |
| Examples: device | Code examples for device feature |
| Best Practices | Integration best practices and patterns |
| Troubleshooting | Common issues and solutions |
| SDK Overview | Overview of @appolabs/appo SDK capabilities |