@vorim/mcp-server 1.1.8 → 1.1.9
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/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -60,7 +60,7 @@ if (!API_KEY) {
|
|
|
60
60
|
import { readFileSync } from "node:fs";
|
|
61
61
|
import { fileURLToPath } from "node:url";
|
|
62
62
|
import { dirname, join } from "node:path";
|
|
63
|
-
const MCP_VERSION_FALLBACK = "1.1.
|
|
63
|
+
const MCP_VERSION_FALLBACK = "1.1.9";
|
|
64
64
|
function readMcpVersion() {
|
|
65
65
|
try {
|
|
66
66
|
const here = dirname(fileURLToPath(import.meta.url));
|
package/package.json
CHANGED