Release 0.4.0
Claude Code Plugin Support
This release adds official Claude Code plugin support, making it easier to install and use mcp-server-remix-icon with Claude Code.
Added
- Claude Code plugin support with marketplace.json
- Added comprehensive marketplace.json for Claude Code plugin discovery
- Configured plugin metadata including name, description, and author
- Set up proper plugin directory structure in
.claude-plugin/ - Added Claude Code configuration documentation in README files
Changed
- Replaced
.mcp.jsonwith marketplace.json for better plugin management - Updated README with Claude Code GitHub marketplace installation instructions
- Improved documentation structure for both English and Chinese versions
Fixed
- Corrected marketplace.json location to
.claude-plugin/directory - Updated file references in documentation to reflect proper plugin structure
Installation
You can now install this MCP server directly from Claude Code:
```
/mcp install github:FradSer/mcp-server-remix-icon
```
Or via npx for standalone usage:
```bash
npx mcp-server-remix-icon
```
Full Changelog: v0.3.2...v0.4.0