arc-1 0.6.3 → 0.6.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.
@@ -11,7 +11,7 @@ import type { BTPConfig, BTPProxyConfig } from '../adt/btp.js';
11
11
  import { CachingLayer } from '../cache/caching-layer.js';
12
12
  import type { ServerConfig } from './types.js';
13
13
  /** ARC-1 version */
14
- export declare const VERSION = "0.6.3";
14
+ export declare const VERSION = "0.6.4";
15
15
  /**
16
16
  * Run a one-time feature probe against the SAP system using the shared/default client.
17
17
  * Returns a promise that resolves once probe results are stored in cachedFeatures.
@@ -18,7 +18,7 @@ import { getToolDefinitions } from '../handlers/tools.js';
18
18
  import { initLogger, logger } from './logger.js';
19
19
  import { FileSink } from './sinks/file.js';
20
20
  /** ARC-1 version */
21
- export const VERSION = '0.6.3'; // x-release-please-version
21
+ export const VERSION = '0.6.4'; // x-release-please-version
22
22
  /** Build the base ADT client config (without per-user auth) */
23
23
  function buildAdtConfig(config, btpProxy, bearerTokenProvider) {
24
24
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arc-1",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "mcpName": "io.github.marianfoo/arc-1",
5
5
  "description": "ARC-1 — MCP Server for SAP ABAP Systems",
6
6
  "author": "Marian Zeis",