|
28 | 28 | "start": "npm run server", |
29 | 29 | "server": "tsx watch --clear-screen=false scripts/cli.ts server", |
30 | 30 | "client": "tsx scripts/cli.ts client", |
31 | | - "test:conformance:client": "conformance client --command 'npx tsx ./src/everythingClient.ts'", |
32 | | - "test:conformance:client:all": "conformance client --command 'npx tsx ./src/everythingClient.ts' --suite all", |
| 31 | + "test:conformance:client": "conformance client --command 'npx tsx ./src/everythingClient.ts' --expected-failures ./expected-failures.yaml", |
| 32 | + "test:conformance:client:all": "conformance client --command 'npx tsx ./src/everythingClient.ts' --suite all --expected-failures ./expected-failures.yaml", |
33 | 33 | "test:conformance:client:run": "npx tsx ./src/everythingClient.ts", |
34 | | - "test:conformance:server": "scripts/run-server-conformance.sh", |
35 | | - "test:conformance:server:all": "scripts/run-server-conformance.sh --suite all", |
| 34 | + "test:conformance:server": "scripts/run-server-conformance.sh --expected-failures ./expected-failures.yaml", |
| 35 | + "test:conformance:server:all": "scripts/run-server-conformance.sh --suite all --expected-failures ./expected-failures.yaml", |
36 | 36 | "test:conformance:server:run": "npx tsx ./src/everythingServer.ts", |
37 | 37 | "test:conformance:all": "pnpm run test:conformance:client:all && pnpm run test:conformance:server:all" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@modelcontextprotocol/conformance": "0.1.10", |
| 40 | + "@modelcontextprotocol/conformance": "0.1.15", |
41 | 41 | "@modelcontextprotocol/client": "workspace:^", |
42 | 42 | "@modelcontextprotocol/server": "workspace:^", |
43 | 43 | "@modelcontextprotocol/core": "workspace:^", |
|
0 commit comments