Skip to content

Commit 291ef21

Browse files
committed
clarify message
1 parent 6a7ef8f commit 291ef21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/everything/everything.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ export const createServer = () => {
670670
// Add intro text
671671
content.push({
672672
type: "text",
673-
text: `Here are ${count} resource links to resources available in this server:`,
673+
text: `Here are ${count} resource links to resources available in this server (see full output in tool response if your client does not support resource_link yet):`,
674674
});
675675

676676
// Return resource links to actual resources from ALL_RESOURCES

0 commit comments

Comments
 (0)