File tree Expand file tree Collapse file tree 2 files changed +388
-787
lines changed Expand file tree Collapse file tree 2 files changed +388
-787
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"main" : " dist/index.js" ,
5
5
"scripts" : {
6
- "build" : " tsup " ,
6
+ "build" : " tsdown " ,
7
7
"test" : " vitest run && tsc && eslint . && jsr publish --dry-run --allow-dirty" ,
8
8
"format" : " eslint --fix ."
9
9
},
21
21
"description" : " A TypeScript SSE proxy for MCP servers that use stdio transport." ,
22
22
"module" : " dist/index.js" ,
23
23
"types" : " dist/index.d.ts" ,
24
- "dependencies" : {
25
- "@modelcontextprotocol/sdk" : " ^1.17.3" ,
26
- "eventsource" : " ^4.0.0" ,
27
- "yargs" : " ^18.0.0"
28
- },
29
24
"repository" : {
30
25
"url" : " https://github.com/punkpeye/mcp-proxy"
31
26
},
44
39
},
45
40
"devDependencies" : {
46
41
"@eslint/js" : " ^9.33.0" ,
42
+ "@modelcontextprotocol/sdk" : " ^1.17.3" ,
47
43
"@sebbo2002/semantic-release-jsr" : " ^3.0.1" ,
48
44
"@tsconfig/node22" : " ^22.0.2" ,
49
45
"@types/express" : " ^5.0.3" ,
52
48
"eslint" : " ^9.33.0" ,
53
49
"eslint-config-prettier" : " ^10.1.8" ,
54
50
"eslint-plugin-perfectionist" : " ^4.15.0" ,
51
+ "eventsource" : " ^4.0.0" ,
55
52
"express" : " ^5.0.1" ,
56
53
"get-port-please" : " ^3.2.0" ,
57
54
"jiti" : " ^2.5.1" ,
58
55
"jsr" : " ^0.13.5" ,
59
56
"prettier" : " ^3.6.2" ,
60
57
"semantic-release" : " ^24.2.7" ,
61
- "tsup " : " ^8.5.0 " ,
58
+ "tsdown " : " ^0.14.2 " ,
62
59
"tsx" : " ^4.20.4" ,
63
60
"typescript" : " ^5.9.2" ,
64
61
"typescript-eslint" : " ^8.39.1" ,
65
- "vitest" : " ^3.2.4"
62
+ "vitest" : " ^3.2.4" ,
63
+ "yargs" : " ^18.0.0"
66
64
},
67
- "tsup " : {
65
+ "tsdown " : {
68
66
"entry" : [
69
67
" src/index.ts" ,
70
68
" src/bin/mcp-proxy.ts"
You can’t perform that action at this time.
0 commit comments