@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.1.4";
171
+ if (true) return "0.2.0";
172
172
  const require2 = createRequire(import.meta.url);
173
173
  return require2("../package.json").version;
174
174
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikhono/mcp",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "description": "iKhono MCP Server — runtime skill router for AI agents",
5
5
  "type": "module",
6
6
  "bin": {