🚀 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/sdkto v0.6.0 for latest features - Package Size: Added
filesfield to publish only necessary artifacts (smaller download) - TOON Library: Migrated from deprecated
@byjohann/toonto@toon-format/toon
Removed
- Removed unused
zoddependency
Installation
npx -y code-mode-toonOr 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