II.
EnvVar JSON
Structured · liveenv-var:mcp-timeout
MCP_TIMEOUT json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:mcp-timeout",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP_TIMEOUT",
"description": "Default timeout (ms) for MCP tool calls.",
"name": "MCP_TIMEOUT",
"category": "network-timeout",
"valueType": "int"
},
"outgoingEdges": [
{
"from": "env-var:mcp-timeout",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "env-var:mcp-timeout",
"kind": "has_env_var",
"attributes": {}
}
]
}