Skip to content

Commit cbb2e5a

Browse files
committed
chore: Update mcpdoc server test questions
1 parent 4b79b49 commit cbb2e5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DEVELOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The example chatbot client will communicate with seven servers:
1010

1111
1. **time**: Ask "What is the current time?".
1212
2. **weather-alerts**: Ask "Are there any weather alerts right now?".
13-
3. **mcpdoc**: Ask "What documentation sources do you have access to?".
13+
3. **mcpdoc**: Ask "What is Strands Agents?".
1414
4. **cat-facts**: Ask "Tell me something about cats".
1515
5. **dad-jokes**: Ask "Tell me a good dad joke."
1616
6. **dog-facts**: Ask "Tell me something about dogs".

e2e_tests/python/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async def main() -> None:
103103
"Hello!",
104104
"What is the current time in Seattle?",
105105
"Are there any weather alerts right now?",
106-
"List your available documentation sources.",
106+
"What is Strands Agents?",
107107
"Tell me a dad joke.",
108108
"Tell me a dog fact.",
109109
"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-
"List your available documentation sources.",
62+
"What is Strands Agents?",
6363
"Tell me a dad joke.",
6464
"Tell me a dog fact.",
6565
"Tell me a cat fact.",

0 commit comments

Comments
 (0)