Releases: amirtaherkhani/dev-io-mcp
Releases · amirtaherkhani/dev-io-mcp
Release list
dev-io-mcp v0.2.0
Highlights
- Add
list_post_commentsfor threaded local comments and read-only DEV.to article comments. - Add
add_post_commentfor local Markdown posts. - Add
reply_post_commentwith parent-child thread preservation. - Persist local comments on the existing data PVC and keep comment metrics synchronized.
- Remove local comment and metric state when a local post is deleted.
- Add an end-to-end MCP HTTP smoke test for discovery, add, reply, thread listing, and the Forem comments request contract.
- Update project skills, contributor docs, README, and Helm chart metadata.
Remote comment boundary
Forem documents API-key reads for article comments but does not expose API-key endpoints for creating comments or replies. Remote comment listing is supported; comment creation and replies intentionally remain local.
Verification
npm run lintnpm run buildnpm run test:commentsnpm run helm:lintnpm run helm:template- Live DEV.to comments endpoint check
- Kubernetes rollout and deployed MCP smoke tests
Deployment
Validated with Helm chart/app version 0.2.0 and image localhost:5001/dev-io-mcp:20260722-080314 on the local Rancher Desktop cluster.
dev-io-mcp v0.1.1
Summary
- Extended MCP workflow with post lifecycle and discovery features.
- Added list/search/summarize/related/compare/update/delete tool flows.
- Updated documentation and role/skill tables for host command clarity.
- Added release-safe Kubernetes deployment docs and tool alignment for hosts.