@@ -35,14 +35,14 @@ await mock.stop();
3535
3636aimock mocks everything your AI app talks to:
3737
38- | Tool | What it mocks | Docs |
39- | -------------- | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
38+ | Tool | What it mocks | Docs |
39+ | -------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
4040| ** LLMock** | OpenAI (Chat/Responses/Realtime), Claude, Gemini (REST/Live/Interactions), Bedrock, Azure, Vertex AI, Ollama, Cohere | [ Providers] ( https://aimock.copilotkit.dev/docs ) |
41- | ** MCPMock** | MCP tools, resources, prompts with session management | [ MCP] ( https://aimock.copilotkit.dev/mcp-mock ) |
42- | ** A2AMock** | Agent-to-agent protocol with SSE streaming | [ A2A] ( https://aimock.copilotkit.dev/a2a-mock ) |
43- | ** AGUIMock** | AG-UI agent-to-UI event streams for frontend testing | [ AG-UI] ( https://aimock.copilotkit.dev/agui-mock ) |
44- | ** VectorMock** | Pinecone, Qdrant, ChromaDB compatible endpoints | [ Vector] ( https://aimock.copilotkit.dev/vector-mock ) |
45- | ** Services** | Tavily search, Cohere rerank, OpenAI moderation | [ Services] ( https://aimock.copilotkit.dev/services ) |
41+ | ** MCPMock** | MCP tools, resources, prompts with session management | [ MCP] ( https://aimock.copilotkit.dev/mcp-mock ) |
42+ | ** A2AMock** | Agent-to-agent protocol with SSE streaming | [ A2A] ( https://aimock.copilotkit.dev/a2a-mock ) |
43+ | ** AGUIMock** | AG-UI agent-to-UI event streams for frontend testing | [ AG-UI] ( https://aimock.copilotkit.dev/agui-mock ) |
44+ | ** VectorMock** | Pinecone, Qdrant, ChromaDB compatible endpoints | [ Vector] ( https://aimock.copilotkit.dev/vector-mock ) |
45+ | ** Services** | Tavily search, Cohere rerank, OpenAI moderation | [ Services] ( https://aimock.copilotkit.dev/services ) |
4646
4747Run them all on one port with ` npx @copilotkit/aimock --config aimock.json ` , or use the programmatic API to compose exactly what you need.
4848
0 commit comments