@lucern/mcp 0.3.0-alpha.17 → 0.3.0-alpha.3

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.
package/dist/runtime.d.ts CHANGED
@@ -39,7 +39,7 @@ declare function buildHandlerMap(): Record<string, AuthenticatedHandler>;
39
39
  /**
40
40
  * Check if a tool name is a mutation (write) tool.
41
41
  */
42
- declare const isMutationTool: (toolName: string) => boolean;
42
+ declare function isMutationTool(toolName: string): boolean;
43
43
  /**
44
44
  * Record a write operation for the current session.
45
45
  */