Skip to content

v1.0.3

Latest

Choose a tag to compare

@ziad-hsn ziad-hsn released this 26 Nov 18:56
· 7 commits to main since this release

🚀 Release v1.0.3

What's New

  • Automated Publishing: Added GitHub Actions workflow for automated npm releases with provenance
  • CLI Fix: Resolved "import: not found" error when running npx code-mode-toon

Improvements

  • Dependencies: Updated @modelcontextprotocol/sdk to v0.6.0 for latest features
  • Package Size: Added files field to publish only necessary artifacts (smaller download)
  • TOON Library: Migrated from deprecated @byjohann/toon to @toon-format/toon

Removed

  • Removed unused zod dependency

Installation

npx -y code-mode-toon

Or add to your ~/.cursor/mcp.json:

{
  "mcpServers": {
    "code-mode-toon": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "code-mode-toon"]
    }
  }
}

What's Changed

  • V1 by @ziad-hsn in #1
  • feat: Workflow System, AI Enhancements, and Documentation Overhaul by @ziad-hsn in #3
  • docs: add essential AI assistant prompts to README by @ziad-hsn in #4
  • fix: add shebang, update TOON dependency, and restore package metadata by @ziad-hsn in #5
  • chore: remove compiled JS files from test directory by @ziad-hsn in #6

Full Changelog: https://github.com/ziad-hsn/code-mode-toon/commits/v1.0.3