@pineforge/codegen-mcp 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,6 +16,7 @@ machine — only the Pine source travels to the API.
16
16
  | `fetch_binance_ohlcv` | Binance public API | free | Write a backtest-ready CSV from Binance spot or USDT-perp klines |
17
17
  | `binance_symbols` | Binance public API | free | List / filter Binance symbols (5-min in-process cache) |
18
18
  | `pull_engine_image` | local Docker | free | Pre-pull the `pineforge-engine` runtime image |
19
+ | `check_engine_image` | local Docker + API | free | Probe local vs remote `pineforge-engine` digest (freshness check) |
19
20
 
20
21
  ## Install
21
22
 
@@ -26,11 +27,11 @@ npx -y @pineforge/codegen-mcp
26
27
  Requires:
27
28
  - Node ≥ 20
28
29
  - Docker daemon running locally
29
- - A PineForge API key (`pf_…`)
30
+ - A PineForge API key (`pf_…`) — get a free key at [pineforge.dev](https://www.pineforge.dev)
30
31
 
31
32
  ## Auth
32
33
 
33
- Set env vars:
34
+ Get a free API key at [https://www.pineforge.dev](https://www.pineforge.dev), then set env vars:
34
35
 
35
36
  ```bash
36
37
  export PINEFORGE_API_KEY="pf_..."
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED by scripts/sync-version.mjs from /VERSION — do not edit.
2
- export const VERSION = "0.5.0";
2
+ export const VERSION = "0.5.1";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pineforge/codegen-mcp",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Local MCP server: PineScript v6 → C++ via the PineForge codegen API + local Docker backtest runner with parameter sweeps + Binance OHLCV exporter.",
5
5
  "type": "module",
6
6
  "bin": {