hvip-mcp-server 0.3.0 → 0.3.1
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
|
@@ -38208,7 +38208,7 @@ async function startStdio(server, version2, auth, readOnly, skipped, skipLog) {
|
|
|
38208
38208
|
await server.connect(transport);
|
|
38209
38209
|
}
|
|
38210
38210
|
async function main() {
|
|
38211
|
-
const VERSION = "0.3.
|
|
38211
|
+
const VERSION = "0.3.1";
|
|
38212
38212
|
const argv = process.argv.slice(2);
|
|
38213
38213
|
if (argv.includes("--help") || argv.includes("-h")) printHelpAndExit(VERSION);
|
|
38214
38214
|
if (argv.includes("--version") || argv.includes("-v")) {
|
package/package.json
CHANGED