Skip to main content
Glama
token.py384 B
""" Схемы для токенов аутентификации. """ from typing import Optional from pydantic import BaseModel class Token(BaseModel): """Схема токена доступа.""" access_token: str token_type: str class TokenPayload(BaseModel): """Схема полезной нагрузки токена.""" sub: Optional[str] = None

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/eagurin/myaiserv'

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