MCP can now control function args

This commit is contained in:
2026-03-17 13:16:48 -04:00
parent b58532324a
commit a1131130af
13 changed files with 284 additions and 48 deletions

View File

@@ -21,6 +21,7 @@ TOOL_DESCRIPTION = (
"The 'command' field specifies which operation to perform; "
"additional fields are command-specific parameters. "
'Use {"command": "ShowCommands"} to list available commands. '
'Use {"command": "UserManual"} to get an overview. '
"If the editor is not running, the call will return an error; "
"just ask the user to start the editor and try again."
)