Skip to content

Releases: itxaiohanglover/mcp-codestyle-server

v1.0.0

21 Feb 11:01

Choose a tag to compare

MCP Codestyle Server v1.0.0

🚀 Installation for Claude Skills

# Install skill
git clone https://github.com/itxaiohanglover/mcp-codestyle-server.git
cd mcp-codestyle-server/codestyle-skill
cp -r codestyle ~/.claude/skills/

# JAR will be auto-downloaded on first use
# Or manually install:
cd ~/.claude/skills/codestyle/scripts
bash install.sh

📦 Direct Download

# Download JAR directly
curl -L -o codestyle-server.jar \
  https://github.com/itxaiohanglover/mcp-codestyle-server/releases/download/v1.0.0/codestyle-server.jar

# Run
java -jar codestyle-server.jar search "CRUD"

📝 Changes

See CHANGELOG.md

📚 Documentation