@yobekasbah/mcp-server 3.0.3 → 3.0.4

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/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yobekasbah/mcp-server",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "mcpName": "io.github.Al-Adnane/kasbah-mcp",
5
5
  "description": "Kasbah MCP Server — cryptographic trust layer for agentic AI. Govern, sign, and verify every agent action from Claude Code, Cursor, or any MCP host.",
6
6
  "main": "src/index.js",
package/src/index.js CHANGED
@@ -59,7 +59,7 @@ const API_KEY = process.env.KASBAH_API_KEY || null;
59
59
  const VERIFY_BASE = (process.env.KASBAH_VERIFY_BASE || 'https://kasbah-api.fly.dev/demo/verify').replace(/\/+$/, '');
60
60
 
61
61
  const MCP_VERSION = '2024-11-05';
62
- const SERVER_INFO = { name: 'kasbah', version: '3.0.0' };
62
+ const SERVER_INFO = { name: 'kasbah', version: require('../package.json').version };
63
63
 
64
64
  const TOOLS = [
65
65
  {