Skip to content

Commit 7c0eb13

Browse files
authored
Merge branch 'main' into alert-autofix-1
2 parents eb4a7cb + a692dd7 commit 7c0eb13

29 files changed

+7173
-984
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
results/
3+
lefthook-local.yml

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,23 @@
22

33
A framework for testing MCP (Model Context Protocol) client implementations against the specification.
44

5-
> [!WARNING]
6-
> This repository is a work in progress and is unstable. Join the conversation in the #conformance-testing-wg in the MCP Contributors discord.
5+
> [!WARNING] This repository is a work in progress and is unstable. Join the conversation in the #conformance-testing-wg in the MCP Contributors discord.
76
87
## Quick Start
98

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

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

1724
The conformance test framework validates MCP client implementations by:

0 commit comments

Comments
 (0)