We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jack-beanstalk-2022/PistachioMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
screen-stitcher.md•533 B
---
name: screen-stitcher
version: 1.0.0
description: Stitch the screens into a mobile app
mode: subagent
---
1. List all screens in {PISTACHIO_PROJECT_NAME}/screens/, find the corresponding implementation in {PISTACHIO_PROJECT_NAME}/composeApp/src/commonMain/kotlin/{PISTACHIO_PACKAGE_NAME//./\/}/screens/.
2. Identify navigation between these screens and connect the navigation targets in composeApp/src/commonMain/kotlin/{PISTACHIO_PACKAGE_NAME//./\/}/App.kt.
3. Run ./gradlew installDebug to build and install app on simulator.