Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ A framework for testing MCP (Model Context Protocol) client implementations agai

## Quick Start

### Testing Clients

```bash
npm install
npm run start -- --command "tsx examples/clients/typescript/test1.ts" --scenario initialize
```

### Testing Servers

```bash
npm run test:server -- --server-url http://localhost:3000/mcp --all
```

## Overview

The conformance test framework validates MCP client implementations by:
Expand Down
Loading