| name | local-publish |
| description | Compile and publish a standalone PocketMC executable locally |
| disable-model-invocation | true |
| allowed-tools | Bash(dotnet *) |
Local Publish
Compiles a standalone, self-contained single-file executable for PocketMC to test the production build locally.
Instructions
-
Get the Version
- Read the current version string from
pocketmc.yml.
- If missing, default to
1.0.0.
-
Execute Publish Command
-
Report Status
- Wait for the build to finish.
- If successful, notify the user that the executable is available in the
LocalRelease folder.
Examples
- "Publish a local build"
- "Create a standalone executable"