arc-1 1.0.1 → 1.0.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.
@@ -17,7 +17,7 @@ import { type McpRateLimiter } from './mcp-rate-limit.js';
17
17
  import { type MultiTargetServerOptions } from './multi-target-server.js';
18
18
  import type { ServerConfig } from './types.js';
19
19
  /** ARC-1 version */
20
- export declare const VERSION = "1.0.1";
20
+ export declare const VERSION = "1.0.2";
21
21
  export declare function resolveNullableOptionals(config: ServerConfig, client?: Implementation): boolean;
22
22
  export declare function getToolDefinitionOptions(config: ServerConfig, client?: Implementation): ToolDefinitionOptions;
23
23
  export declare function getConfiguredToolDefinitions(config: ServerConfig, textSearchAvailable?: boolean, resolvedFeatures?: Parameters<typeof getToolDefinitions>[2], client?: Implementation): ToolDefinition[];
@@ -43,7 +43,7 @@ import { filterToolsByAuthScope } from './tool-auth.js';
43
43
  import { startLocalUiServer } from './ui.js';
44
44
  import { UiLogBufferSink } from './ui-log-buffer.js';
45
45
  /** ARC-1 version */
46
- export const VERSION = '1.0.1'; // x-release-please-version
46
+ export const VERSION = '1.0.2'; // x-release-please-version
47
47
  // Soft warning for an unusually large served tools/list. It is re-sent on every conversation (a
48
48
  // recurring token + latency cost), and some MCP clients cap tool-list size. CI's
49
49
  // check-tool-schema-budget guards the built-in surface, but plugin (Custom_*) tools are added at
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arc-1",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "mcpName": "io.github.arc-mcp/arc-1",
5
5
  "description": "ARC-1 — MCP Server for SAP ABAP Systems",
6
6
  "author": "Marian Zeis",