Skip to content

Release v1.0.1 - Hotfix

Choose a tag to compare

@FradSer FradSer released this 25 Oct 17:05

Release v1.0.1 - Hotfix

This hotfix release addresses critical issues with package publishing and documentation:

πŸ› Fixes

  • Package Publishing: Fixed MCP server name from remix-icon to remixicon for npm publishing compatibility
  • Documentation Updates: Completely updated documentation to reflect CLI-based MCP server architecture
  • Platform Setup: Added comprehensive setup instructions for Claude Desktop, Claude Code, and Codex
  • Architecture References: Removed outdated Cloudflare Workers references and replaced with Node.js CLI implementation

πŸ“‹ Changes

  • Updated all documentation files (README.md, README.zh-CN.md, CLAUDE.md)
  • Corrected package name casing to allow successful npm publication
  • Enhanced platform-specific setup instructions
  • Improved changelog with proper versioning

πŸš€ Installation

Claude Desktop

claude mcp add --transport stdio remixicon -- npx -y remixicon-mcp

Claude Code

/plugin marketplace add Remix-Design/remixicon-mcp

Codex

codex mcp add remixicon -- npx -y remixicon-mcp

πŸ“š Documentation

For detailed setup instructions and usage examples, see the README.md.


Full Changelog: v0.4.0...v1.0.1