@ikhono/mcp 0.1.4 → 0.2.0
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
|
@@ -168,7 +168,7 @@ async function handleRate(client2, args2) {
|
|
|
168
168
|
// src/version.ts
|
|
169
169
|
import { createRequire } from "module";
|
|
170
170
|
function getVersion() {
|
|
171
|
-
if (true) return "0.
|
|
171
|
+
if (true) return "0.2.0";
|
|
172
172
|
const require2 = createRequire(import.meta.url);
|
|
173
173
|
return require2("../package.json").version;
|
|
174
174
|
}
|