Skip to main content
Glama
bitgeese

Sequential Questioning MCP Server

by bitgeese
__init__.py707 B
from app.schemas.user_session import UserSessionCreate, UserSessionUpdate, UserSessionInDB, UserSessionResponse from app.schemas.conversation import ConversationCreate, ConversationUpdate, ConversationInDB, ConversationResponse from app.schemas.message import MessageCreate, MessageUpdate, MessageInDB, MessageResponse from app.schemas.question_generation import QuestionRequest, QuestionResponse __all__ = [ "UserSessionCreate", "UserSessionUpdate", "UserSessionInDB", "UserSessionResponse", "ConversationCreate", "ConversationUpdate", "ConversationInDB", "ConversationResponse", "MessageCreate", "MessageUpdate", "MessageInDB", "MessageResponse", "QuestionRequest", "QuestionResponse", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitgeese/sequential-questioning'

If you have feedback or need assistance with the MCP directory API, please join our Discord server