UNPKG

@agentics.org/agentic-mcp

Version:

Agentic MCP Server with advanced AI capabilities including web search, summarization, database querying, and customer support. Built by the Agentics Foundation to enhance AI agents with powerful tools for research, content generation, and data analysis.

8 lines 253 B
"use strict"; // Mock MCP client functions jest.mock('../mcp/client'); // Mock environment variables process.env.OPENAI_API_KEY = 'test-key'; process.env.SUPABASE_URL = 'test-url'; process.env.SUPABASE_KEY = 'test-key'; //# sourceMappingURL=setup.js.map