Skip to content

Commit a692dd7

Browse files
ihrprpcarleton
andauthored
[compliance tests] initial server scenarios (#4)
* spec for servers * initial version of everything server and tests - tets are very simple * some clean up * lint etc. * fix package lock agian --------- Co-authored-by: Paul Carleton <[email protected]>
1 parent 44a2732 commit a692dd7

File tree

21 files changed

+5678
-78
lines changed

21 files changed

+5678
-78
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ A framework for testing MCP (Model Context Protocol) client implementations agai
66
77
## Quick Start
88

9+
### Testing Clients
10+
911
```bash
1012
npm install
1113
npm run start -- --command "tsx examples/clients/typescript/test1.ts" --scenario initialize
1214
```
1315

16+
### Testing Servers
17+
18+
```bash
19+
npm run test:server -- --server-url http://localhost:3000/mcp --all
20+
```
21+
1422
## Overview
1523

1624
The conformance test framework validates MCP client implementations by:

0 commit comments

Comments
 (0)