arc-1 0.9.1 → 0.9.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.
@@ -13,7 +13,7 @@ import { CachingLayer } from '../cache/caching-layer.js';
13
13
  import { type ToolDefinition } from '../handlers/tools.js';
14
14
  import type { ServerConfig } from './types.js';
15
15
  /** ARC-1 version */
16
- export declare const VERSION = "0.9.1";
16
+ export declare const VERSION = "0.9.2";
17
17
  /**
18
18
  * Filter tools by user scope + server deny list.
19
19
  *
@@ -23,7 +23,7 @@ import { isActionDenied } from './deny-actions.js';
23
23
  import { initLogger, logger } from './logger.js';
24
24
  import { FileSink } from './sinks/file.js';
25
25
  /** ARC-1 version */
26
- export const VERSION = '0.9.1'; // x-release-please-version
26
+ export const VERSION = '0.9.2'; // x-release-please-version
27
27
  /**
28
28
  * Prune a tool's action OR type enum (or both) based on the user's scopes and
29
29
  * 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.1",
3
+ "version": "0.9.2",
4
4
  "mcpName": "io.github.marianfoo/arc-1",
5
5
  "description": "ARC-1 — MCP Server for SAP ABAP Systems",
6
6
  "author": "Marian Zeis",