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" + } + } + } }