@dean0x/showme
Advanced tools
+4
-4
@@ -95,7 +95,7 @@ #!/usr/bin/env node | ||
| type: 'string', | ||
| description: 'Base commit, branch, or tag for comparison', | ||
| description: 'Base commit, branch, or tag for comparison (omit for working directory changes)', | ||
| }, | ||
| target: { | ||
| type: 'string', | ||
| description: 'Target commit, branch, or working directory', | ||
| description: 'Target commit or branch (omit for working directory)', | ||
| }, | ||
@@ -111,7 +111,7 @@ files: { | ||
| type: 'boolean', | ||
| description: 'Show only staged changes (optional)', | ||
| description: 'Show only staged changes (default: false)', | ||
| }, | ||
| unstaged: { | ||
| type: 'boolean', | ||
| description: 'Show only unstaged changes (optional)', | ||
| description: 'Show only unstaged changes (default: false)', | ||
| }, | ||
@@ -118,0 +118,0 @@ reuseWindow: { |
+1
-1
| { | ||
| "name": "@dean0x/showme", | ||
| "version": "0.1.6", | ||
| "version": "0.1.7", | ||
| "description": "MCP server providing ShowFile and ShowDiff tools for VS Code integration with syntax highlighting", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
124398
0.05%