From 61feb6eabb1155ce9e1813858748646322c04b1e Mon Sep 17 00:00:00 2001 From: 1parado <2825171479@qq.com> Date: Fri, 10 Jul 2026 05:43:50 +0800 Subject: [PATCH] docs: update mcp-server Reason: MCP LLM_* config can trigger Hub agent rebuild. This can cause Task aborted during startup. --- packages/mcp/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/mcp/README.md b/packages/mcp/README.md index 94ff09690..e9d8d979c 100644 --- a/packages/mcp/README.md +++ b/packages/mcp/README.md @@ -19,17 +19,17 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`: "mcpServers": { "page-agent": { "command": "npx", - "args": ["-y", "@page-agent/mcp"], - "env": { - "LLM_BASE_URL": "https://dashscope.aliyuncs.com/compatible-mode/v1", - "LLM_API_KEY": "sk-xxx", - "LLM_MODEL_NAME": "qwen3.5-plus" - } + "args": ["-y", "@page-agent/mcp"] } } } ``` +Configure LLM credentials in Page Agent Ext. Avoid passing `LLM_*` from MCP client +configuration because it can trigger the Hub to rebuild the extension agent while a task is +starting, causing `Task aborted`. +Configure the URL, API key, and model in the browser extension. + ### Cursor / Copilot Same format — add the config to the MCP settings of your client.