🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@dean0x/showme

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dean0x/showme - npm Package Compare versions

Comparing version
0.1.7
to
0.1.8
+4
-4
dist/index.js

@@ -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: {

{
"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",