Skip to content

Commit fd4312a

Browse files
committed
fix: Be specific about which mcpdoc tools to use
1 parent fe0bac8 commit fd4312a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e_tests/python/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async def main() -> None:
116116
"Hello!",
117117
"What is the current time in Seattle?",
118118
"Are there any weather alerts right now?",
119-
"Summarize the first page of the Strands Agents documentation using the mcpdoc tool.",
119+
"Summarize the first page of the Strands Agents documentation using the list_doc_sources and fetch_docs tools.",
120120
"Tell me a dad joke.",
121121
"Tell me a dog fact.",
122122
"Tell me a cat fact.",

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 using the mcpdoc tool.",
62+
"Summarize the first page of the Strands Agents documentation using the list_doc_sources and fetch_docs tools.",
6363
"Tell me a dad joke.",
6464
"Tell me a dog fact.",
6565
"Tell me a cat fact.",

0 commit comments

Comments
 (0)