Skip to content

Commit 591e6a6

Browse files
chore(release): v0.9.9 — base pineforge-release 0.1.3
1 parent 07f0756 commit 591e6a6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.8
1+
0.9.9

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Single source of truth for the baked pineforge-release version: it tags the
1010
# base image AND is exported as PINEFORGE_VERSION so engine_info can report it.
1111
# Declared before the first FROM so it's usable in the final stage's FROM line.
12-
ARG PINEFORGE_RELEASE_VERSION=0.1.2
12+
ARG PINEFORGE_RELEASE_VERSION=0.1.3
1313

1414
# --- build MCP dist + prod deps (reproducible: committed lockfile + npm ci) ---
1515
FROM node:22-slim AS mcp

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.9.8",
3+
"version": "0.9.9",
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": {

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"name": "io.github.pineforge-4pass/pineforge-codegen-mcp",
44
"title": "PineForge — offline PineScript v6 backtest MCP",
55
"description": "Offline PineScript v6 → C++ backtests at deterministic TradingView parity, run locally via MCP.",
6-
"version": "0.9.8",
6+
"version": "0.9.9",
77
"repository": {
88
"url": "https://github.com/pineforge-4pass/pineforge-codegen-mcp",
99
"source": "github"
1010
},
1111
"packages": [
1212
{
1313
"registryType": "oci",
14-
"identifier": "ghcr.io/pineforge-4pass/pineforge-codegen-mcp:v0.9.8",
14+
"identifier": "ghcr.io/pineforge-4pass/pineforge-codegen-mcp:v0.9.9",
1515
"transport": {
1616
"type": "stdio"
1717
}

0 commit comments

Comments
 (0)