MCPcopy Create free account
hub / github.com/openai/openai-agents-python / _ServerCommand

Class _ServerCommand

src/agents/mcp/manager.py:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13@dataclass
14class _ServerCommand:
15 action: str
16 timeout_seconds: float | None
17 future: asyncio.Future[None]
18
19
20class _ServerWorker:

Callers 1

_submitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected