arc-1 0.9.16 → 0.9.17

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.
@@ -27,7 +27,7 @@ import { initLogger, logger } from './logger.js';
27
27
  import { createMcpRateLimiter } from './mcp-rate-limit.js';
28
28
  import { FileSink } from './sinks/file.js';
29
29
  /** ARC-1 version */
30
- export const VERSION = '0.9.16'; // x-release-please-version
30
+ export const VERSION = '0.9.17'; // x-release-please-version
31
31
  /**
32
32
  * Prune a tool's action OR type enum (or both) based on the user's scopes and
33
33
  * the server's denyActions list. Uses ACTION_POLICY as the single source of truth.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arc-1",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "mcpName": "io.github.marianfoo/arc-1",
5
5
  "description": "ARC-1 — MCP Server for SAP ABAP Systems",
6
6
  "author": "Marian Zeis",