hvip-mcp-server 0.2.58 → 0.2.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38295,7 +38295,7 @@ async function startStdio(server, version2, auth, readOnly, skipped, skipLog) {
|
|
|
38295
38295
|
await server.connect(transport);
|
|
38296
38296
|
}
|
|
38297
38297
|
async function main() {
|
|
38298
|
-
const VERSION = "0.2.
|
|
38298
|
+
const VERSION = "0.2.59";
|
|
38299
38299
|
const argv = process.argv.slice(2);
|
|
38300
38300
|
if (argv.includes("--help") || argv.includes("-h")) printHelpAndExit(VERSION);
|
|
38301
38301
|
if (argv.includes("--version") || argv.includes("-v")) {
|
package/package.json
CHANGED