Skip to content

v0.4.0

Choose a tag to compare

@DHEBP DHEBP released this 01 Jun 14:34
· 31 commits to main since this release

First published release with Streamable HTTP transport and a hosted server at mcp.derod.org/mcp. Adds local-first daemon resolution, the dero_forge_demo_proof composite, and agent-ready docs surfaces.

Highlights

  • Streamable HTTP transport — run as a hosted server alongside the existing stdio mode. Drop-in for ChatGPT Custom Connectors, Cursor hosted mode, or any MCP client that needs a URL instead of a subprocess. Docker Compose + Caddy reference deploy included.
  • Local-first daemon resolution — automatically prefers a local derod on 127.0.0.1:10102 if reachable, falls back to a public node otherwise. No manual DERO_DAEMON_URL needed for self-hosters.
  • dero_forge_demo_proof composite (#7) — produces a working forged payload-proof string, decoded and validated end to end. Backs the "Tier 1 — ask your agent" callout on the 2022 inflation-claim integrity page.
  • Adversarial-context defense layer — flagged artifacts + proof decode + audit composite that surfaces forged-proof patterns in user-supplied data.
  • Citations: per-page .md mirrors universal — every tool's citations now point at clean Markdown twins of the source docs, across the whole DERO docs ecosystem.
  • Agent-ready docs — new SKILL.md (skill-aware agents) and POSITIONING.md; README rewrite for the public surface.

Full Changelog: v0.2.2...v0.4.0