@dean0x/showme
Advanced tools
+4
-4
@@ -60,3 +60,3 @@ #!/usr/bin/env node | ||
| name: 'ShowFile', | ||
| description: 'Opens file(s) in VS Code. No summary needed - user will see the file directly', | ||
| description: 'Opens file(s) in VS Code. Only call this function if you were explicitly and immediately asked to show a file by the user in their last message to you. Don\'t provide any summary or additional commentary after calling the tool - the user will see the file directly.', | ||
| inputSchema: { | ||
@@ -90,3 +90,3 @@ type: 'object', | ||
| name: 'ShowDiff', | ||
| description: 'Opens git diff in VS Code. No summary needed - user will see changes directly', | ||
| description: 'Opens git diff in VS Code. Only call this function if you were explicitly and immediately asked to show a changes by the user in their last message to you. Don\'t provide any summary or additional commentary after calling the tool - the user will see the file directly.', | ||
| inputSchema: { | ||
@@ -112,7 +112,7 @@ type: 'object', | ||
| type: 'boolean', | ||
| description: 'Show only staged changes (default: false)', | ||
| description: 'Show only staged changes (default: false). Only use this param if explicitly asked by user to show staged only changes.', | ||
| }, | ||
| unstaged: { | ||
| type: 'boolean', | ||
| description: 'Show only unstaged changes (default: false)', | ||
| description: 'Show only unstaged changes (default: false). Only use this param if explicitly asked by user to show unstaged only changes.', | ||
| }, | ||
@@ -119,0 +119,0 @@ reuseWindow: { |
+1
-1
| { | ||
| "name": "@dean0x/showme", | ||
| "version": "0.1.7", | ||
| "version": "0.1.8", | ||
| "description": "MCP server providing ShowFile and ShowDiff tools for VS Code integration with syntax highlighting", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
124936
0.43%