From 901afc506c7f18367d5451bfbcd50516bd16ad79 Mon Sep 17 00:00:00 2001 From: ableflow Date: Fri, 26 Jun 2026 10:32:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE=20research?= =?UTF-8?q?-report=20MCP=20=E5=B9=B6=E8=87=AA=E5=8A=A8=E5=90=AF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.json | 3 +++ .mcp.json | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 37d56f5..5158f0c 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,4 +1,7 @@ { + "enabledMcpjsonServers": [ + "research-report" + ], "permissions": { "deny": [ "Read(../**)", diff --git a/.mcp.json b/.mcp.json index da39e4f..121156f 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,3 +1,12 @@ { - "mcpServers": {} + "mcpServers": { + "research-report": { + "type": "http", + "url": "http://39.96.218.64:8009/mcp", + "headers": { + "Authorization": "Bearer f6187f2a5d299832e3dd0f9f2a2b7a6f", + "Content-Type": "application/json" + } + } + } }