{
  "markdown": "# Translatize integrations\n\nClient-side tooling for the Translatize integration API (the machine-token API\nauthenticated with `Authorization: Bearer mcni_...`). This is an npm workspace root\nthat is intentionally separate from the apps in the repo – it has the **only**\n`package.json` with `workspaces`, and the repo root stays package.json-free.\n\n## Packages\n\n| Package | Directory | Status | What it is |\n| --- | --- | --- | --- |\n| `@translatize/core` | [`core/`](core/) | available | Zero-dependency TypeScript SDK for the integration API (client + flatten/unflatten helpers). The shared foundation everything else builds on. |\n| `@translatize/cli` | [`cli/`](cli/) | available | Command-line tool (`translatize init/pull/push/status`) built on `@translatize/core`. Syncs translations from CI with git-like branching. |\n| `@translatize/mcp` | [`mcp/`](mcp/) | available | Model Context Protocol server exposing the API to AI agents (Claude Code, Cursor, ...) over stdio, built on `@translatize/core`. |\n\n### CI templates\n\nTwo ready-to-use CI integrations complement the packages. They shell out to the\n`@translatize/cli` (`npx @translatize/cli ...`) rather than being npm packages,\nso you consume them as workflow/pipeline config, not via `npm install`:\n\n| Template | Home | What it is |\n| --- | --- | --- |\n| GitHub Action | [github.com/Translatize/sync-action](https://github.com/Translatize/sync-action) | Composite action (`translatize/sync-action`) wrapping the CLI's `pull`/`push`/`status` for GitHub workflows. |\n| GitLab CI | [gitlab.com/translatize/gitlab](https://gitlab.com/translatize/gitlab) | CI/CD Catalog component (`templates/translatize.yml`) plus copy-paste `.gitlab-ci.yml` jobs. |\n\n## Development\n\n```bash\ncd integrations\nnpm install        # installs every workspace and hoists dev deps\nnpm run build      # builds each workspace that defines a build script\nnpm test           # runs each workspace's test suite\n```\n\nRequires Node.js >= 18.17 (native `fetch`, `node:test`).\n\n## Publishing\n\nThe `@translatize/core`, `@translatize/cli`, and `@translatize/mcp` packages are\npublished to npm under the **@translatize** scope. Publishing is **manual** –\nnothing here publishes automatically. To cut a release, build first, then\n`npm publish --access public` from the individual package directory (or\n`npm publish --workspaces`).\n",
  "bytes": 2350,
  "sha": "ee125a7d7cb7edc4b4022dc6e7e1bc2bdd90ad202ecf8f075f5bb0b47bda8a1d",
  "repo_slug": "translatize/integrations",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_translatize_mcp_ab202ab2/readme"
}