{
  "settings": {
    "requestTimeoutMs": 30000,
    "idleTimeout": 10
  },
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/tmp"
      ],
      "lifecycle": "lazy"
    },
    "remote-docs": {
      "url": "https://mcp.example.com/mcp",
      "headers": {
        "Authorization": "Bearer ${MCP_DOCS_TOKEN}"
      },
      "auth": "bearer",
      "requestTimeoutMs": 45000
    },
    "linear": {
      "url": "https://mcp.linear.app/mcp",
      "auth": "oauth",
      "lifecycle": "lazy"
    }
  }
}
