Skip to content

Commit d767166

Browse files
luisleo526claude
andcommitted
release: v0.8.0 — self-contained Glama-deployable image + local engine mode
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2c26f8a commit d767166

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ Requires:
3434
No API key. The first backtest pulls the `pineforge-engine` image (or run
3535
`pull_engine_image` ahead of time).
3636

37+
### Run as a container (self-contained — no host Docker)
38+
39+
```bash
40+
docker run --rm -i ghcr.io/pineforge-4pass/pineforge-codegen-mcp:latest
41+
```
42+
43+
This image bundles the backtest engine, so every tool works without a host
44+
Docker daemon (`PINEFORGE_ENGINE_MODE=local`). The `npx` install above instead
45+
runs on your host and drives your **host** Docker daemon (`PINEFORGE_ENGINE_MODE=docker`,
46+
the default). Binance fetch tools require outbound network in either mode.
47+
3748
## Client configuration
3849

3950
### Claude Desktop / generic JSON

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.8.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pineforge/codegen-mcp",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Local MCP server: PineScript v6 → C++ + Docker backtest runner with parameter sweeps + Binance OHLCV exporter. Fully local (transpiler bundled in the engine image), no API key.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)