Skip to content

Commit 744c83d

Browse files
committed
Update backfillSampling.ts
1 parent 3c287c8 commit 744c83d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/examples/backfill/backfillSampling.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
This example implements an stdio MCP proxy that backfills sampling requests using the Claude API.
33
44
Usage:
5-
npx -y @modelcontextprotocol/inspector \
6-
npx -y --silent tsx src/examples/backfill/backfillSampling.ts \
7-
npx -y --silent @modelcontextprotocol/server-everything
5+
npx -y @modelcontextprotocol/inspector \
6+
npx -y --silent tsx src/examples/backfill/backfillSampling.ts \
7+
npx -y --silent @modelcontextprotocol/server-everything
8+
/Users/ochafik/code/modelcontextprotocol-servers/src/everything/run-stdio.sh
89
*/
910

1011
import { Anthropic } from "@anthropic-ai/sdk";

0 commit comments

Comments
 (0)