Skip to main content
Glama
kaman05010

MCP Wikipedia Server

by kaman05010
_scratchpad.py407 B
import dataclasses from typing import Any, Callable from langgraph.types import _DC_KWARGS @dataclasses.dataclass(**_DC_KWARGS) class PregelScratchpad: step: int stop: int # call call_counter: Callable[[], int] # interrupt interrupt_counter: Callable[[], int] get_null_resume: Callable[[bool], Any] resume: list[Any] # subgraph subgraph_counter: Callable[[], int]

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/kaman05010/MCPClientServer'

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