diff --git a/src/everything/everything.ts b/src/everything/everything.ts index 50264954..227fd455 100644 --- a/src/everything/everything.ts +++ b/src/everything/everything.ts @@ -690,12 +690,6 @@ export const createServer = () => { }); } - // Add summary text - content.push({ - type: "text", - text: `\nThese resource links reference actual resources available through the resources/read endpoint.`, - }); - return { content }; }