@j0hanz/superfetch 2.4.8 → 2.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mcp.js +1 -0
- package/package.json +1 -1
package/dist/mcp.js
CHANGED
|
@@ -394,6 +394,7 @@ function registerTaskHandlers(server) {
|
|
|
394
394
|
function registerPrompts(server) {
|
|
395
395
|
if (config.tools.enabled.includes(FETCH_URL_TOOL_NAME)) {
|
|
396
396
|
server.registerPrompt('summarize-webpage', {
|
|
397
|
+
title: 'Summarize Webpage',
|
|
397
398
|
description: 'Summarize the content of a webpage given its URL.',
|
|
398
399
|
argsSchema: {
|
|
399
400
|
url: z.string().describe('The URL to summarize'),
|
package/package.json
CHANGED