# @onivoro/server-mcp-llm-adapter

> LLM provider tool format adapter for MCP — supports OpenAI, Claude, Bedrock, Gemini, and Mistral

Latest version **24.39.0** (published 2026-09-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @onivoro/server-mcp-llm-adapter
pnpm add @onivoro/server-mcp-llm-adapter
yarn add @onivoro/server-mcp-llm-adapter
bun add @onivoro/server-mcp-llm-adapter
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 24.39.0 |
| Published | 2026-09-23 |
| First published | 2026-04-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 46.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | icedlee337 |
| Keywords | mcp, model-context-protocol, modelcontextprotocol, nestjs, llm, ai, openai, claude, anthropic, bedrock, bedrock-mantle, bedrock-converse, gemini, mistral, tool-calling, function-calling, adapter |

## Links

- npm: https://www.npmjs.com/package/@onivoro/server-mcp-llm-adapter
- Repository: https://github.com/onivoro/monorepo
- Homepage: https://github.com/onivoro/monorepo/blob/main/libs/server/mcp-llm-adapter/README.md
- Issues: https://github.com/onivoro/monorepo/issues
- npm.io page: https://npm.io/package/@onivoro/server-mcp-llm-adapter

## Dependencies (2)

- [tslib](https://npm.io/package/tslib.md) ^2.3.0
- [@onivoro/server-mcp](https://npm.io/package/@onivoro/server-mcp.md) ^24.39.0

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 24.39.0 (latest) — 2026-09-23
- 24.38.2 — 2026-05-15
- 24.38.1 — 2026-05-12
- 24.38.0 — 2026-05-10
- 24.37.0 — 2026-05-10
- 24.36.0 — 2026-05-09
- 24.35.4 — 2026-05-09
- 24.35.3 — 2026-05-09
- 24.35.2 — 2026-04-27
- 24.35.1 — 2026-04-24
- 24.35.0 — 2026-04-23
- 24.34.2 — 2026-04-22
- 24.34.1 — 2026-04-22
- 24.34.0 — 2026-04-22

## README

# Releasing

Every `lib-server-*`, `lib-isomorphic-*` and `lib-browser-*` project is released together at one shared version (`projectsRelationship: "fixed"` in `nx.json`). Packages are built into `dist/` and published from there with public access.

## Before you start

- Be on `main` with a clean working tree.
- Log in to npm with `npm login`. A `.npmrc` in the repo root overrides your `~/.npmrc` login, so make sure there isn't a stale one.
- Have your npm authenticator ready; the account requires a one-time password to publish.

## Release

```bash
npm run release:minor                     # or release:patch / release:major
npm run release:publish -- --otp=<code>
npm run release:push
```

1. `release:minor` checks the branch, working tree and npm login, then runs `nx release version`. That bumps every package, updates the internal `@onivoro/*` dependency versions, commits `chore(release): v<version>` and tags `v<version>`. It then builds every package, so the next step only uploads.
2. `release:publish` publishes all packages. Pass a fresh one-time password; it expires in about 30 seconds.
3. `release:push` pushes `main` and the new release tag.

If a publish stops partway, for example because the one-time password expired, run `npm run release:publish -- --otp=<new code>` again. Versions already on npm are skipped.

## Previewing

```bash
npm run release:dry-run -- minor          # preview the version bump
npm run release:publish:dry-run           # preview what would be published
```

---
_Source: https://npm.io/package/@onivoro/server-mcp-llm-adapter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
