UNPKG

@veris-ai/sdk

Version:
18 lines 737 B
/** * Veris AI TypeScript SDK * * A TypeScript package for Veris AI tools providing mock functionality * for testing and simulation environments with MCP server support. */ import { veris } from './toolMock'; import { VerisMCPServer, createMCPServer } from './mcpServer'; export { veris, VerisMCPServer, createMCPServer }; export { ResponseExpectation } from './types'; export type { ToolCallPayload, MockResponse, DecoratorOptions, ContextType, MockParams, MCPServerOptions, RegisteredFunction } from './types'; declare const _default: { veris: import("./toolMock").ToolMock; VerisMCPServer: typeof VerisMCPServer; createMCPServer: typeof createMCPServer; }; export default _default; //# sourceMappingURL=index.d.ts.map