Skip to content

Commit 4e0b70d

Browse files
authored
Fix: explicitly invoke mcpdoc in e2e tests
1 parent a30c487 commit 4e0b70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e_tests/typescript/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function main(): Promise<void> {
5959
"Hello!",
6060
"What is the current time in Seattle?",
6161
"Are there any weather alerts right now?",
62-
"Summarize the first page of the Strands Agents documentation.",
62+
"Summarize the first page of the Strands Agents documentation using the mcpdoc tool.",
6363
"Tell me a dad joke.",
6464
"Tell me a dog fact.",
6565
"Tell me a cat fact.",

0 commit comments

Comments
 (0)