Skip to content

Commit 7b3666a

Browse files
committed
lint etc.
1 parent 00421fc commit 7b3666a

File tree

16 files changed

+745
-589
lines changed

16 files changed

+745
-589
lines changed

README.md

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

99
### Testing Clients
10+
1011
```bash
1112
npm install
1213
npm run start -- --command "tsx examples/clients/typescript/test1.ts" --scenario initialize
1314
```
1415

1516
### Testing Servers
17+
1618
```bash
1719
npm run test:server -- --server-url http://localhost:3000/mcp --all
1820
```

0 commit comments

Comments
 (0)