Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
class
_ServerCommand:
15
action: str
16
timeout_seconds: float | None
17
future: asyncio.Future[None]
18
19
20
class
_ServerWorker:
Callers
1
_submit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected