mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
docs(readme): add hosted instance example with remote MCP configuration
This commit is contained in:
@@ -113,6 +113,20 @@ ask262-http # After npm install -g
|
|||||||
ASK262_PORT=8080 ask262-http
|
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
|
## Available Tools
|
||||||
|
|
||||||
| Tool | Description |
|
| Tool | Description |
|
||||||
|
|||||||
Reference in New Issue
Block a user