@dean0x/showme
Advanced tools
+5
-7
@@ -200,8 +200,6 @@ #!/usr/bin/env node | ||
| } | ||
| // Only run main if this file is executed directly | ||
| if (import.meta.url === `file://${process.argv[1]}`) { | ||
| main().catch((error) => { | ||
| console.error('Fatal error:', error); | ||
| process.exit(1); | ||
| }); | ||
| } | ||
| // Run main when executed as a CLI | ||
| main().catch((error) => { | ||
| console.error('Fatal error:', error); | ||
| process.exit(1); | ||
| }); |
+2
-4
@@ -250,5 +250,3 @@ #!/usr/bin/env node | ||
| } | ||
| // Only run main if this file is executed directly | ||
| if (import.meta.url === `file://${process.argv[1]}`) { | ||
| main(); | ||
| } | ||
| // Run main when executed as a CLI | ||
| main(); |
+1
-1
| { | ||
| "name": "@dean0x/showme", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "MCP server providing ShowFile and ShowDiff tools for VS Code integration with syntax highlighting", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
122846
-0.13%3139
-0.13%