Acts as a command execution gateway for the Buu platform, exposing tools to manage teams, subthreads, and generation requests.
This server acts as a command execution gateway for the Buu platform, enabling management of teams, subthreads, and generation requests using a standardized MCP interface. It connects to the Buu GraphQL server, authenticates with an API key, and communicates via `stdio` transport, making it suitable for CLI or tool embedding.
주요 기능
01Authenticates with API key
02Connects to the Buu GraphQL server
03Supports Team, Subthread, and GenRequest operations
04Enables generation request handling
05Communicates via `stdio` transport
060 GitHub stars
사용 사례
01Managing teams within the Buu platform
02Generating subthreads for a thread
03Handling generation requests for images and 3D models