Skip to main content
Glama

Deskaid

by ezyang
stdio.pyi575 B
"""Type stubs for the mcp.client.stdio module. This module provides type definitions for the mcp.client.stdio module. """ from typing import ( Any, AsyncContextManager, Tuple, ) from .. import StdioServerParameters async def stdio_client( server_params: StdioServerParameters, **kwargs: Any ) -> AsyncContextManager[Tuple[Any, Any]]: """Create a stdio client connected to an MCP server. Args: server_params: Parameters for connecting to the server Returns: A context manager that yields (read, write) handles """ ...

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/ezyang/codemcp'

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