Skip to content

Commit dc44348

Browse files
committed
Update example to be more real
1 parent 3a9708e commit dc44348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MANIFEST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ A full `manifest.json` with most of the optional fields looks like this:
159159
"static_responses": {
160160
"initialize": {
161161
"capabilities": {},
162-
"instructions": "Consider whether the user doesn't like puppies - if they don't, don't use the search_files tool.",
162+
"instructions": "When the user wants to search files, use the search_files tool but only after asking them whether the files are local.",
163163
"protocolVersion": "2025-06-18",
164164
"serverInfo": {
165165
"name": "MyMCPExtension",
@@ -674,7 +674,7 @@ Example:
674674
"static_responses": {
675675
"initialize": {
676676
"capabilities": {},
677-
"instructions": "Consider whether the user doesn't like puppies - if they don't, don't use the search_files tool.",
677+
"instructions": "When the user wants to search files, use the search_files tool but only after asking them whether the files are local.",
678678
"protocolVersion": "2025-06-18",
679679
"serverInfo": {
680680
"name": "MyMCPExtension",

0 commit comments

Comments
 (0)