Skip to content

Commit f0f3344

Browse files
author
Apideck Mirror Bot
committed
release: v0.2.4
### Bug Fixes * **mirror:** preserve commit history across releases ([#131](https://github.com/apideck-libraries/mcp/issues/131)) ([c6f415a](c6f415a))
1 parent de7d539 commit f0f3344

6 files changed

Lines changed: 30 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.4](https://github.com/apideck-libraries/mcp/compare/v0.2.3...v0.2.4) (2026-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **mirror:** preserve commit history across releases ([#131](https://github.com/apideck-libraries/mcp/issues/131)) ([c6f415a](https://github.com/apideck-libraries/mcp/commit/c6f415a842c6405903d66fc4b83df7e478d24d45))
9+
310
## [0.2.3](https://github.com/apideck-libraries/mcp/compare/v0.2.2...v0.2.3) (2026-05-06)
411

512

dist/bin/mcp.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export declare const runCli: (argv: readonly string[]) => Promise<void>;
2+
export declare const isCliEntrypoint: (metaUrl: string, argv1: string | undefined, realpath?: (p: string) => string) => boolean;
23
//# sourceMappingURL=mcp.d.ts.map

dist/bin/mcp.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bin/mcp.js

Lines changed: 19 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bin/mcp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apideck/mcp",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"type": "module",
55
"packageManager": "pnpm@9.15.4",
66
"repository": {

0 commit comments

Comments
 (0)