v1.3.0 — MCP server + OpenClaw skill
What's new
MCP server (bun-do-mcp)
A stdio MCP server exposing 6 tools for any MCP-compatible client (Claude Desktop, opencode, etc.):
list_tasks, add_task, update_task, delete_task, list_projects, add_project_entry
Add to .mcp.json:
{ "mcpServers": { "bun-do": { "command": "bun-do-mcp" } } }Installable skill
A lightweight Markdown skill for Claude Code and OpenClaw (token-efficient alternative to MCP):
bun-do install-skill # Claude Code → ~/.claude/skills/bun-do-api/
bun-do install-skill --openclaw # OpenClaw → ~/.openclaw/workspace/skills/bun-do-api/OpenClaw integration
bun-do is now designed as the task layer for OpenClaw — route tasks from WhatsApp, Telegram, Slack, and more via your local AI assistant.
Other fixes
- TCP socket health check in
waitForReady()— removes HTTP fetch during startup - MCP: guard
paramsdestructuring against malformedtools/callinput - MCP: added
pinghandler (required by MCP spec) AGENTS.md— machine-readable orientation guide for AI agents