@forinda/kickjs-mcp 2.3.1 → 2.3.2

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.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @forinda/kickjs-mcp v2.3.1
2
+ * @forinda/kickjs-mcp v2.3.2
3
3
  *
4
4
  * Copyright (c) Felix Orinda
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forinda/kickjs-mcp",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Model Context Protocol server adapter for KickJS — expose @Controller endpoints as MCP tools",
5
5
  "keywords": [
6
6
  "kickjs",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "reflect-metadata": "^0.2.2",
68
- "@forinda/kickjs": "2.3.1"
68
+ "@forinda/kickjs": "2.3.2"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@modelcontextprotocol/sdk": "^1.0.0",