@runhuman/mcp-server
Version:
Model Context Protocol (MCP) server for RunHuman - Human-powered QA testing for AI agents
14 lines • 334 B
TypeScript
/**
* 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