@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.
Files changed (2) hide show
  1. package/dist/mcp.js +1 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j0hanz/superfetch",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "mcpName": "io.github.j0hanz/superfetch",
5
5
  "description": "Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable Markdown",
6
6
  "type": "module",