Skip to main content
Glama
bitgeese

Sequential Questioning MCP Server

by bitgeese
chat.py597 B
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. from __future__ import annotations from ...._compat import cached_property from .completions import Completions, AsyncCompletions from ...._resource import SyncAPIResource, AsyncAPIResource __all__ = ["Chat", "AsyncChat"] class Chat(SyncAPIResource): @cached_property def completions(self) -> Completions: return Completions(self._client) class AsyncChat(AsyncAPIResource): @cached_property def completions(self) -> AsyncCompletions: return AsyncCompletions(self._client)

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