Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 4889957

Browse files
authored
Merge pull request #21 from runbasehq/dev
fix: include agents in the bundle output
2 parents 2d19277 + fc45a25 commit 4889957

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/mcp-check/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mcp-testing-library
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- fix: agents import
8+
39
## 0.1.3
410

511
### Patch Changes

packages/mcp-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mcp-check",
33
"module": "index.ts",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

packages/mcp-check/tsup.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ export default defineConfig({
77
splitting: false,
88
sourcemap: true,
99
clean: true,
10-
external: ["@anthropic-ai/sdk", "@modelcontextprotocol/sdk"],
10+
bundle: true,
11+
external: ["@anthropic-ai/sdk", "@modelcontextprotocol/sdk", "openai"],
1112
});

0 commit comments

Comments
 (0)