Documentation
Deploy
Publish an application as an MCP tool.
Create a deployment
Pass the application directory to recurse deploy and select MCP output. The CLI validates the project, builds its bundle, waits until the deployment is ready, and prints the endpoint.
If validation or deployment fails, the command exits with a concise error so you can correct the application and try again.
recurse deploy ./my-agent --as mcpUpdate an application
Run the same command after changing the application. Each successful build represents the exact project contents used for that deployment.