Skip to content

Commit 7635a76

Browse files
committed
lint etc.
1 parent 0459465 commit 7635a76

File tree

17 files changed

+747
-592
lines changed

17 files changed

+747
-592
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ A framework for testing MCP (Model Context Protocol) client implementations agai
55
## Quick Start
66

77
### Testing Clients
8+
89
```bash
910
npm install
1011
npm run start -- --command "tsx examples/clients/typescript/test1.ts" --scenario initialize
1112
```
1213

1314
### Testing Servers
15+
1416
```bash
1517
npm run test:server -- --server-url http://localhost:3000/mcp --all
1618
```

0 commit comments

Comments
 (0)