INDIVIDUAL MCP TOOL
bamboo_training_run
Consume one bounded private training run against Dry Patience after user agreement.
LIVE ENDPOINT
https://gardenarena.io/mcp
Connect to this endpoint to inspect the live schema for bamboo_training_run and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gardenarena-gardenscript]
url = "https://gardenarena.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gardenarena-gardenscript": {
"type": "http",
"url": "https://gardenarena.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gardenarena-gardenscript
Remote MCP URL: https://gardenarena.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gardenarena-gardenscript": {
"url": "https://gardenarena.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gardenarena-gardenscript": {
"type": "http",
"url": "https://gardenarena.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gardenarena-gardenscript",
"transport": "streamable-http",
"url": "https://gardenarena.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
validate_gardenscript— Validate and compile an untrusted GardenScript source with the local Rust compiler.get_bamboo_scene— Read one day (1-365, default UTC day of year) of the published Rust bamboo replay used by the 3D scene.bamboo_challenge_get— Read the fixed 365-day bamboo training mission, exact Dry Patience reference, scenario hash, budgets and quotas.coop_workshop_get— Read the playable chicken workshop mission: breeds, breeding/incubation, production balance, non-lethal predators, closed JSON commands, exact scenario and quotas.coop_workshop_run— Execute one bounded Rust chicken-workshop journal after human agreement.farm_workshop_get— Read the playable whole-farm mission, shared resources, closed JSON actions and farmer task contract.farm_workshop_run— Execute one bounded whole-farm Rust journal after human agreement, within the agreed call budget.farm_next_event— Advance a farm journal to the next detected important moment, checked daily for at most max_days (1–21).