Components
Design
- All Google Play API calls go through
@appeeky/google-play-store-core. - CLI and MCP only adapt arguments and schemas.
- New coverage is added in core, then registered in
GPS_OPSso MCP tools andgps callstay in sync. - Dedicated CLI subcommands are convenience wrappers for common workflows; the registry is the complete catalog.
Extending
- Add a method on the relevant resource class in core.
- Register a
GpsOpin the ops registry. - Optionally add a CLI subcommand.
- MCP picks up the new tool automatically.