We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d701a commit 83602d7Copy full SHA for 83602d7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcp-client-gen",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "Generate type-safe TypeScript clients from MCP (Model Context Protocol) servers",
5
"type": "module",
6
"exports": {
@@ -71,7 +71,7 @@
71
"endOfLine": "lf"
72
},
73
"scripts": {
74
- "build": "bun build src/cli.ts --outdir dist --target node --sourcemap",
+ "build": "bun build src/cli.ts src/index.ts src/internal.ts --outdir dist --target node --sourcemap",
75
"clean": "rm -rf dist",
76
"test": "bun test src",
77
"test:e2e": "bun test test/e2e",
0 commit comments