Serversio.github.ura-tools/changelogai
C

changelogai

io.github.ura-tools/changelogai · v1.1.3
▦ npm
v1.1.3npm npm: @ura-dev/changelogai↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ura-tools/changelogai",
  "description": "Generate changelogs and suggest semver bumps from git history",
  "title": "changelogai",
  "repository": {
    "url": "https://github.com/ura-tools/changelogai",
    "source": "github"
  },
  "version": "1.1.3",
  "websiteUrl": "https://github.com/ura-tools/changelogai",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ura-dev/changelogai",
      "version": "1.1.3",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "type": "positional",
          "valueHint": "changelogai-mcp"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}