From f4215a7c46d25328a80f37329f3490a57f410ae2 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 23 Apr 2026 10:25:41 +0530 Subject: [PATCH] =?UTF-8?q?docs(readme):=20add=20=E2=80=9CTry=20it=20now?= =?UTF-8?q?=E2=80=9D=20quick=E2=80=91start=20section,=20npx=20installation?= =?UTF-8?q?=20guide,=20and=20improve=20Ollama=20setup=20instructions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index d4c8b95..57e3883 100644 --- a/Readme.md +++ b/Readme.md @@ -2,6 +2,13 @@ MCP server for exploring the ECMAScript specification and its implementation in [engine262](https://github.com/bendtherules/engine262). +## 🎮 Try it now + +The fastest way to tinker with JavaScript internals: + +- **[Ask262 Chat](http://chat.ask262.bendtherules.in/)** — Ask questions in natural language (register new account) +- **[MCP Inspector](https://ask262.bendtherules.in/)** — Direct access to all mcp tools, no signup needed + ## Features - **Vector search** ECMAScript specification sections using semantic queries @@ -21,6 +28,18 @@ MCP server for exploring the ECMAScript specification and its implementation in Use the hosted MCP server without any local setup: +### Preferred Method: `npx add-mcp` + +Install ask262 MCP server to your client with one command: + +```bash +npx add-mcp "https://ask262.bendtherules.in/mcp" +``` + +### Manual Configuration + +If you prefer to configure manually: + **Claude Desktop** (`claude_desktop_config.json`): ```json { @@ -46,16 +65,13 @@ Use the hosted MCP server without any local setup: } ``` -**Experiment with the Inspector:** - -Visit `https://ask262.bendtherules.in/` to access the MCP Inspector UI. This provides an interactive interface to test all available tools with custom inputs. - ## Local Installation ### Prerequisites - **Bun**: Version 1.0.0 or higher ([install](https://bun.sh/docs/installation)) -- **Ollama**: Installed locally with `qwen3-embedding:0.6b` model pulled (`ollama pull qwen3-embedding:0.6b`) +- **Ollama**: Installed with `qwen3-embedding:0.6b` \ +(`ollama pull qwen3-embedding:0.6b`) ### Setup