Skip to content

Commit 83a0c2d

Browse files
committed
Update description for Web URL Reader tool to clarify functionality
1 parent 32d08f7 commit 83a0c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function createMcpServer() {
6060
{
6161
title: 'Web URL Reader',
6262
description:
63-
'Fetch an absolute HTTP/HTTPS URL using curl -sL after prepending a server-side CUSTOM_PREFIX.',
63+
'Read the content from an URL. Use this for further information retrieving to understand the content of each URL.',
6464
inputSchema: {
6565
url: z.string().url().describe('Absolute URL starting with http:// or https://')
6666
}

0 commit comments

Comments
 (0)