Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@ChristophEnglisch ChristophEnglisch released this 08 Jan 21:26

Release Notes

Version 0.0.2

Released on January 8, 2025

Changes

  • Fixed binary name in package.json to match npm package name
  • Enhanced installation and usage documentation
    • Added npm remote installation instructions
    • Improved configuration examples for both remote and local development
    • Added testing section with MCP Inspector instructions
  • Updated documentation structure for better readability

Breaking Changes

None

Known Issues

None

Installation

npm install -g keycloak-model-context-protocol

Configuration in Claude Desktop

{
  "mcpServers": {
    "keycloak": {
      "command": "npx",
      "args": ["-y", "keycloak-model-context-protocol"],
      "env": {
        "KEYCLOAK_URL": "http://localhost:8080",
        "KEYCLOAK_ADMIN": "admin",
        "KEYCLOAK_ADMIN_PASSWORD": "admin"
      }
    }
  }
}

Full Changelog: v0.0.1...v0.0.2