Releases: DavidFeder/pulsechain-mcp
Releases · DavidFeder/pulsechain-mcp
Release list
v1.0.4 — read-only PHIAT + Piteas analytics
Release notes — pulsechain-mcp 1.0.4
Public package: pulsechain-mcp.
What shipped (1.0.4)
phiat_dashboard: read-only PHIAT research dashboard (address-first identity, holders, market, transfers, safety) with bounded fast Piteas depth and optional adaptive mode.piteas_accumulation_plan: standalone adaptive Piteas quote-depth planner for accumulation research; dual analytical vs operational thresholds; decimal-safe ladder math.- Security boundary: both tools are research-only (
write: false); they callgetPiteasQuoteonly — no prepare/sign/broadcast, no agent wallet, no master-key access. - Maintainer review fixes (on merge): last usable adaptive recommendation retained when a later batch is unusable; exact threshold inclusivity aligned across dashboard and planner; constant quote
endpointis not freshness evidence;includeGasEstimate: falsestrips gas fields and related warnings. - Version surfaces: package,
SERVER_VERSION, health, docs, Docker/compose report 1.0.4.
Wallet model and agent-safe install path are unchanged from 1.0.3.
Upgrade
git pull
npm install
npm run build
# Prefer: node scripts/install-for-host.mjs --host <host> --mode research
# reload the MCP host so pulsechain_health.version shows 1.0.4Optional smoke after reload:
pulsechain_health→ version1.0.4phiat_dashboardwith a verified token address (research)piteas_accumulation_planwith verified tokenIn/tokenOut (quote research only)
No OT wallet model change. Tags v1.0.0–v1.0.3 remain historical; v1.0.4 is this feature release.
What shipped earlier
- 1.0.3: key-install hygiene (write-only recovery text; no console.log key recipe).
- 1.0.2: agent-safe install path (research-first, write-only keys, install-for-host).
- 1.0.1: pair ranking trust polish, legacy caps display-only markers, PulseSwap readiness flags.
- 1.0.0: public stable major; MCP SDK 2.0.0; dual-era protocol; OT wallets.
Residual honesty (unchanged product limits)
| Residual | Meaning |
|---|---|
| Multiproc | Process-local barrier; not multi-writer-safe across hosts sharing a dir |
| Confirm / MRTR | Host UX only — not a cryptographic security product |
Legacy MAX_PLS_* |
Display/advisory if present — not hard spend gates |
| Windows file modes | chmod 600/700 is best-effort; use NTFS ACLs for real restriction |
| Host reload | Install session doctor ≠ tools injected into the same chat |
| Analytics quotes | Piteas/BlockScout/DexScreener data is advisory research — not execution guarantees |
Operator-trust reminder
Funding the agent is authorization. Fund only what you accept the agent may spend. Prefer small balances + kill_switch. New 1.0.4 analytics tools do not spend or sign.
Tag / about topics
- Confirm tags:
v1.0.0–v1.0.3untouched;v1.0.4on this release commit. - About / topics: pulsechain, mcp, web3, defi, phiat, piteas (operator choice).