v0.4.0
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
derodon127.0.0.1:10102if reachable, falls back to a public node otherwise. No manualDERO_DAEMON_URLneeded for self-hosters. dero_forge_demo_proofcomposite (#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
.mdmirrors 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) andPOSITIONING.md; README rewrite for the public surface.
Full Changelog: v0.2.2...v0.4.0