@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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. 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.8";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vorim/mcp-server",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "mcpName": "io.github.Kzino/vorim-mcp-server",
5
5
  "description": "MCP server for Vorim AI — AI agent identity, permissions, and audit trails",
6
6
  "type": "module",