We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c287c8 commit 744c83dCopy full SHA for 744c83d
src/examples/backfill/backfillSampling.ts
@@ -2,9 +2,10 @@
2
This example implements an stdio MCP proxy that backfills sampling requests using the Claude API.
3
4
Usage:
5
- npx -y @modelcontextprotocol/inspector \
6
- npx -y --silent tsx src/examples/backfill/backfillSampling.ts \
7
- npx -y --silent @modelcontextprotocol/server-everything
+ npx -y @modelcontextprotocol/inspector \
+ npx -y --silent tsx src/examples/backfill/backfillSampling.ts \
+ npx -y --silent @modelcontextprotocol/server-everything
8
+ /Users/ochafik/code/modelcontextprotocol-servers/src/everything/run-stdio.sh
9
*/
10
11
import { Anthropic } from "@anthropic-ai/sdk";
0 commit comments