remove summary

This commit is contained in:
Ashwin Bhat
2025-07-04 10:39:07 -07:00
parent 291ef21460
commit 0af52a9c22

View File

@@ -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 };
}