File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "version" : " 0.2.0" ,
44 "description" : " MCP Bridge for GeoReport v2 (Open311) API" ,
55 "type" : " module" ,
6- "main" : " dist/index .js" ,
6+ "main" : " dist/server .js" ,
77 "scripts" : {
88 "dev" : " tsx watch src/index.ts" ,
99 "build" : " tsup src/server.ts --format esm --platform node --target node22 --minify --clean" ,
10- "start" : " node dist/index .js" ,
10+ "start" : " node dist/server .js" ,
1111 "test" : " vitest" ,
1212 "test:watch" : " vitest watch" ,
1313 "test:coverage" : " vitest run --coverage" ,
3030 "author" : " " ,
3131 "license" : " BUSL-1.1" ,
3232 "dependencies" : {
33- "@modelcontextprotocol/sdk" : " ^0.5.0" ,
3433 "cors" : " ^2.8.5" ,
3534 "dotenv" : " ^16.3.1" ,
3635 "express" : " ^4.18.2" ,
3736 "winston" : " ^3.11.0" ,
3837 "zod" : " ^3.22.4"
3938 },
4039 "devDependencies" : {
40+ "@modelcontextprotocol/sdk" : " ^0.5.0" ,
4141 "@types/cors" : " ^2.8.17" ,
4242 "@types/express" : " ^4.17.21" ,
4343 "@types/node" : " ^20.11.0" ,
4949 "tsx" : " ^4.7.0" ,
5050 "typescript" : " ^5.3.3" ,
5151 "vitest" : " ^1.2.0"
52+ },
53+ "overrides" : {
54+ "picomatch" : " ^4.0.4"
5255 }
5356}
You can’t perform that action at this time.
0 commit comments