File tree Expand file tree Collapse file tree 3 files changed +710
-1
lines changed Expand file tree Collapse file tree 3 files changed +710
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ web_modules/
6969# Output of 'npm pack'
7070* .tgz
7171
72+ # Output of 'npm run fetch:spec-types'
73+ spec.types.ts
74+
7275# Yarn Integrity file
7376.yarn-integrity
7477
Original file line number Diff line number Diff line change 3535 " dist"
3636 ],
3737 "scripts" : {
38+ "fetch:spec-types" : " curl -o spec.types.ts https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/refs/heads/main/schema/draft/schema.ts" ,
3839 "build" : " npm run build:esm && npm run build:cjs" ,
3940 "build:esm" : " mkdir -p dist/esm && echo '{\" type\" : \" module\" }' > dist/esm/package.json && tsc -p tsconfig.prod.json" ,
4041 "build:esm:w" : " npm run build:esm -- -w" ,
4344 "examples:simple-server:w" : " tsx --watch src/examples/server/simpleStreamableHttp.ts --oauth" ,
4445 "prepack" : " npm run build:esm && npm run build:cjs" ,
4546 "lint" : " eslint src/" ,
46- "test" : " jest" ,
47+ "test" : " npm run fetch:spec-types && jest" ,
4748 "start" : " npm run server" ,
4849 "server" : " tsx watch --clear-screen=false src/cli.ts server" ,
4950 "client" : " tsx src/cli.ts client"
You can’t perform that action at this time.
0 commit comments