You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+68-9Lines changed: 68 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# MCP Conformance Test Framework
2
2
3
-
A framework for testing MCP (Model Context Protocol) client implementations against the specification.
3
+
A framework for testing MCP (Model Context Protocol) client and server implementations against the specification.
4
4
5
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.
6
6
@@ -9,56 +9,110 @@ A framework for testing MCP (Model Context Protocol) client implementations agai
9
9
### Testing Clients
10
10
11
11
```bash
12
-
npm install
13
-
npm run start -- --command "tsx examples/clients/typescript/test1.ts" --scenario initialize
**Implementation Note**: This tool tests SEP-1034 support for default values across all primitive types (string, integer, number, enum, boolean). If the client doesn't support elicitation (no `elicitation` capability), return an error.
0 commit comments