Skip to content

Commit 9ce7796

Browse files
MQ37jirispilka
andauthored
Update src/tools/helpers.ts
Co-authored-by: Jiří Spilka <[email protected]>
1 parent a21acd9 commit 9ce7796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const helpTool: ToolWrap = {
124124
tool: {
125125
name: HelperTools.HELP_TOOL,
126126
description: 'Helper tool to get information on how to use and troubleshoot the Apify MCP server. '
127-
+ 'This tool returns a message with information about the server and how to use it. '
127+
+ 'This tool always returns the same help message with information about the server and how to use it. '
128128
+ 'Call this tool in case of any problems or uncertainties with the server. ',
129129
inputSchema: zodToJsonSchema(HelpToolArgsSchema),
130130
ajvValidate: ajv.compile(zodToJsonSchema(HelpToolArgsSchema)),

0 commit comments

Comments
 (0)