From 5f7ae7138346564005d81699da4738846bc4f086 Mon Sep 17 00:00:00 2001 From: achmad Date: Sun, 17 May 2026 11:22:15 +0700 Subject: [PATCH] Remove NanoClaw integration docs from README --- README.md | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/README.md b/README.md index 18a3b36..99cc8ef 100644 --- a/README.md +++ b/README.md @@ -86,36 +86,6 @@ TradingView session cookies enable real-time data. Priority: 2. `set_session` tool (in-memory) 3. `TV_SESSION_ID` environment variable (loaded from `.env` via `python-dotenv`) -## NanoClaw Integration - -Add to your NanoClaw group's `.mcp.json`: - -```json -{ - "mcpServers": { - "tradingview-screener": { - "command": "/path/to/.venv/bin/python3", - "args": ["/path/to/server.py"], - "env": { - "TV_SESSION_ID": "${TV_SESSION_ID}" - } - } - } -} -``` - -For streamable HTTP (server runs externally): - -```json -{ - "mcpServers": { - "tradingview-screener": { - "url": "http://host.docker.internal:8000/mcp" - } - } -} -``` - ## Setup ```bash