From 2384bce98446f9ec3f12e235f59378a609928ec2 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Fri, 17 Apr 2026 14:55:22 +0530 Subject: [PATCH] docs(readme): add hosted instance example with remote MCP configuration --- Readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Readme.md b/Readme.md index f145628..95fecea 100644 --- a/Readme.md +++ b/Readme.md @@ -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 |