We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d08f7 commit 83a0c2dCopy full SHA for 83a0c2d
src/server.js
@@ -60,7 +60,7 @@ function createMcpServer() {
60
{
61
title: 'Web URL Reader',
62
description:
63
- 'Fetch an absolute HTTP/HTTPS URL using curl -sL after prepending a server-side CUSTOM_PREFIX.',
+ 'Read the content from an URL. Use this for further information retrieving to understand the content of each URL.',
64
inputSchema: {
65
url: z.string().url().describe('Absolute URL starting with http:// or https://')
66
}
0 commit comments