Skip to content

Commit 786aa47

Browse files
committed
mcp fetch example / test
1 parent 8b64fb4 commit 786aa47

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
script({
2+
description: "Model Context Protocol server demo",
3+
model: "small",
4+
tests: {
5+
keywords: "issues",
6+
},
7+
mcpServers: {
8+
fetch: {
9+
command: "docker",
10+
args: ["run", "-i", "--rm", "mcp/fetch"],
11+
},
12+
},
13+
});
14+
15+
$`Summarize https://raw.githubusercontent.com/microsoft/genaiscript/refs/heads/main/SUPPORT.md`;

0 commit comments

Comments
 (0)