Skip to content

createAgenticMocker

createAgenticMocker(options?): AgenticMocker

Defined in: mocking.ts:229

Factory function to create an AgenticMocker instance.

AgenticMockerOptions = {}

Configuration options

AgenticMocker

A new AgenticMocker instance

import { createAgenticMocker } from 'vitest-agentic-control';
const mocker = createAgenticMocker();
mocker.mcp.mockServer('test', { tools: [] });