Remove NanoClaw integration docs from README

This commit is contained in:
achmad
2026-05-17 11:22:15 +07:00
parent 10713df294
commit 5f7ae71383
-30
View File
@@ -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