publish_app
Publish a project as a forkable app; set visibility and tags to control discoverability.
Instructions
Publish a project as a forkable app. Set visibility and tags for discoverability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID to publish | |
| description | No | App description | |
| tags | No | Tags for discoverability (e.g. ['auth', 'rls', 'todo']) | |
| visibility | No | Visibility: public (listed in browse_apps), unlisted (accessible by ID), private (default) | |
| fork_allowed | No | Whether other users can fork this app (default: false) |