Skip to content
Download Beeper

Info

Control the Beeper Desktop application

Get Connect server info
info.retrieve() -> InfoRetrieveResponse
GET/v1/info
ModelsExpand Collapse
class InfoRetrieveResponse:
app: App
bundle_id: str

App bundle identifier

name: str

App name

version: str

App version

endpoints: Endpoints
mcp: str

MCP endpoint

oauth: EndpointsOAuth
authorization_endpoint: str

OAuth authorization endpoint

introspection_endpoint: str

OAuth introspection endpoint

registration_endpoint: str

OAuth dynamic client registration endpoint

revocation_endpoint: str

OAuth token revocation endpoint

token_endpoint: str

OAuth token endpoint

userinfo_endpoint: str

OAuth userinfo endpoint

spec: str

OpenAPI spec endpoint

ws_events: str

WebSocket events endpoint

platform: Platform
arch: str

CPU architecture

os: str

Operating system identifier

release: Optional[str]

Runtime release version

server: Server
base_url: str

Base URL of the Connect server

hostname: str

Listening host

mcp_enabled: bool

Whether MCP endpoint is enabled

port: int

Listening port

remote_access: bool

Whether remote access is enabled

status: str

Server status