@clearlist/mcp-server
Advanced tools
+1
-1
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
| const CONFIG_PATH = join(CONFIG_DIR, 'config.json'); | ||
| const CLI_VERSION = '0.9.0'; | ||
| const CLI_VERSION = '0.9.1'; | ||
| function readConfig() { | ||
@@ -21,0 +21,0 @@ try { |
+1
-1
@@ -63,3 +63,3 @@ #!/usr/bin/env node | ||
| * version locations listed in PUBLISHING.md. */ | ||
| const SERVER_VERSION = '0.9.0'; | ||
| const SERVER_VERSION = '0.9.1'; | ||
| const server = new McpServer({ | ||
@@ -66,0 +66,0 @@ name: 'clearlist', |
+3
-2
| { | ||
| "name": "@clearlist/mcp-server", | ||
| "version": "0.9.0", | ||
| "version": "0.9.1", | ||
| "mcpName": "io.github.Cuneiform-LLC/clearlist", | ||
@@ -11,3 +11,4 @@ "private": false, | ||
| "clearlist": "dist/cli.js", | ||
| "clearlist-mcp-server": "dist/index.js" | ||
| "clearlist-mcp-server": "dist/index.js", | ||
| "mcp-server": "dist/index.js" | ||
| }, | ||
@@ -14,0 +15,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
714270
0