Skip to content

Commit 688ee84

Browse files
Merge pull request nlweb-ai#299 from luisffranca/fix/mcp-test
Correct tool reference in MCP test
2 parents dc487b7 + 06e87cf commit 688ee84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/mcp_test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ <h3>Tips</h3>
757757
id: 2,
758758
method: "tools/call",
759759
params: {
760-
name: "ask_nlweb",
760+
name: "ask",
761761
arguments: args
762762
}
763763
};
@@ -862,7 +862,7 @@ <h3>Tips</h3>
862862
id: 2,
863863
method: "tools/call",
864864
params: {
865-
name: "ask_nlweb",
865+
name: "ask",
866866
arguments: args
867867
}
868868
};

0 commit comments

Comments
 (0)