An MCP server that facilitates collaborative debates between multiple AI agents, enabling them to discuss and reach consensus on user prompts. Built with Node.js and TypeScript, it manages multi-turn conversations through a session-based architecture where participants can register, submit responses, and view other contributions in real-time. The server provides tools for participant registration, response submission, and session status checking, making it ideal for scenarios requiring deliberative consensus among AI agents like the 'Council of Ephors' use case.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Register as a participant in a collaboration session with initial response details including name, prompt, initial response, and optional persona metadata.
Submit a follow-up response during the debate session, specifying the session ID, prompt, and the response content.
Retrieve all responses from the debate session by providing the session ID and an optional prompt.
Check if the registration waiting period has elapsed by providing a prompt.