@webmcpui/core 0.1.2 → 0.2.0

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/testing.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as WebMCPToolResult } from './webmcp-JAn7I2xj.js';
1
+ import { W as WebMCPToolResult } from './webmcp-DbmbtX6x.js';
2
2
 
3
3
  /**
4
4
  * Fake WebMCP host for tests, demos, and the eventual inspector.
@@ -47,4 +47,4 @@ declare function isWebMCPAvailable(): boolean;
47
47
  */
48
48
  declare function exposeTool(definition: WebMCPToolDefinition): ToolDisposer;
49
49
 
50
- export { type JSONSchema as J, type ToolDisposer as T, type WebMCPToolDefinition as W, type WebMCPToolResult as a, type WebMCPToolResultContent as b, exposeTool as e, isWebMCPAvailable as i };
50
+ export { type JSONSchema as J, type ToolDisposer as T, type WebMCPToolResult as W, type WebMCPToolDefinition as a, type WebMCPToolResultContent as b, exposeTool as e, isWebMCPAvailable as i };