Skip to content

Releases: amirtaherkhani/dev-io-mcp

dev-io-mcp v0.2.0

Choose a tag to compare

@amirtaherkhani amirtaherkhani released this 22 Jul 05:13

Highlights

  • Add list_post_comments for threaded local comments and read-only DEV.to article comments.
  • Add add_post_comment for local Markdown posts.
  • Add reply_post_comment with 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 lint
  • npm run build
  • npm run test:comments
  • npm run helm:lint
  • npm 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

Choose a tag to compare

@amirtaherkhani amirtaherkhani released this 18 Jul 20:04

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.