docs(readme): add hosted instance example with remote MCP configuration

This commit is contained in:
2026-04-17 14:55:22 +05:30
parent 587af4fe27
commit 2384bce984
+14
View File
@@ -113,6 +113,20 @@ ask262-http # After npm install -g
ASK262_PORT=8080 ask262-http
```
**Or use the hosted instance:**
```json
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ask262": {
"type": "remote",
"url": "https://ask262.bendtherules.in/mcp",
"enabled": true
}
}
}
```
## Available Tools
| Tool | Description |