UNPKG

@runhuman/mcp-server

Version:

Model Context Protocol (MCP) server for RunHuman - Human-powered QA testing for AI agents

14 lines 334 B
#!/usr/bin/env node /** * RunHuman MCP Server * * This MCP server provides tools for AI agents to interact with the RunHuman QA testing service. * It allows agents to: * - Create QA jobs * - Check job status * - Retrieve job results * * @see https://modelcontextprotocol.io/ */ export {}; //# sourceMappingURL=index.d.ts.map