From 21fba832d1b4ea7af43fb887d9b2b38fcf8210d0 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Fri, 30 May 2025 18:25:47 -0700 Subject: Rename server->core (#638) --- packages/server/src/tools/shell.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 packages/server/src/tools/shell.json (limited to 'packages/server/src/tools/shell.json') diff --git a/packages/server/src/tools/shell.json b/packages/server/src/tools/shell.json deleted file mode 100644 index a4c018c7..00000000 --- a/packages/server/src/tools/shell.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "object", - "properties": { - "command": { - "description": "Exact bash command to execute as `bash -c `", - "type": "string" - }, - "description": { - "description": "Brief description of the command for the user. Be specific and concise. Ideally a single sentence. Can be up to 3 sentences for clarity. No line breaks.", - "type": "string" - }, - "directory": { - "description": "(OPTIONAL) Directory to run the command in, if not the project root directory. Must be relative to the project root directory and must already exist.", - "type": "string" - } - }, - "required": ["command"] -} -- cgit v1.2.3