Remove NanoClaw integration docs from README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user