added getMcpClient to app

This commit is contained in:
dswbx
2025-08-15 10:27:05 +02:00
parent deb8aacca4
commit 5c28511fe6
4 changed files with 32 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ export {
mcpResource,
getMcpServer,
stdioTransport,
McpClient,
type McpClientConfig,
type ToolAnnotation,
type ToolHandlerCtx,
} from "jsonv-ts/mcp";