Commit Graph
167 Commits
Author SHA1 Message Date
bendtherules 8c657b0578 docs(readme): add MCP Inspector UI guide and list HTTP server endpoints. 2026-04-21 09:17:57 +05:30
bendtherules e67103049a feat(env): add MCP_PUBLIC_URL entry to .env.example with documentation 2026-04-21 09:17:49 +05:30
bendtherules bfd79e47e3 docs(AGENTS): rewrite overview, commands, and project structure to focus on MCP server usage and updated tooling information. 2026-04-21 09:17:41 +05:30
bendtherules a2c57d4da0 refactor: move MCP endpoint above inspector for proper route priority
- Define /mcp endpoint before mounting inspector at /
- Ensures specific routes are matched before catch-all
- Prevents inspector from intercepting MCP requests
2026-04-21 09:06:17 +05:30
bendtherules 95e58abdea chore: trigger deployment 2026-04-20 18:49:15 +05:30
bendtherules 16ee733577 chore: trigger deployment 2026-04-20 18:43:53 +05:30
bendtherules 35e8fadca2 Add mcp-use/inspector route 2026-04-20 18:33:44 +05:30
bendtherules 0334c5836b getSectionContent - allow multiple sectionids 2026-04-20 18:32:59 +05:30
bendtherules a26f90cef9 refactor(searchSpecSections): remove content field from result
- Eliminated `content` property from `searchSpecResultSchema` and output mapping.
- Updated `toolMetadata` description to reflect that only section references are returned and content must be fetched via `ask262_get_section_content`.
- Adjusted TypeScript code accordingly.
2026-04-20 18:07:54 +05:30
bendtherules 00b6924cea fix(server): bind server to all interfaces for Docker compatibility 2026-04-18 11:18:01 +05:30
bendtherules 27b5b6f4ea fix(release): streamline version bump process and remove commit step 2026-04-17 17:05:14 +05:30
bendtherules 3b5fb6fd99 docs(readme): restructure documentation and add quick‑start guide
- Replaced the old “Prerequisites” section with an “Available Tools” table describing the three core commands.
- Added a “Quick Start (Hosted Instance)” section with configuration snippets for Claude Desktop and OpenCode.
- Created a detailed “Local Installation” / “Setup” section including cloning, installing, and global install commands.
- Updated environment configuration instructions and clarified .env usage.
- Consolidated MCP client configuration examples (stdio and http) with explicit server start commands.
- Provided updated spec‑building steps and clarified directory contents.
- Cleaned up duplicated installation instructions and improved overall layout for better readability.
2026-04-17 16:59:44 +05:30
bendtherules 8097d4b7d0 chore: restore engine262/.gitignore to original 2026-04-17 15:34:11 +05:30
bendtherules e111083d33 fix: update gitignore to track engine262 lib files 2026-04-17 15:31:20 +05:30
bendtherules 1bc24e02f5 fix: add engine262 lib files for deployment 2026-04-17 15:29:01 +05:30
bendtherules 9dfed32db4 chore: trigger deployment 2026-04-17 15:22:00 +05:30
bendtherules 23e22f17ec chore: add detailed logs to evaluateInEngine262.runner.mjs
- Insert console.error statements to trace loading, initialization, execution, and mark collection.
- Log creation of agent and realm, trace start/stop, and code execution progress.
- Output captured mark count.
- Simplify fatal error handling with a single error message variable and console.error output.
2026-04-17 15:20:19 +05:30
bendtherules 2384bce984 docs(readme): add hosted instance example with remote MCP configuration 2026-04-17 14:55:22 +05:30
bendtherules 587af4fe27 feat(nixpacks): add additional Nix package for setup phase 2026-04-16 17:59:34 +05:30
bendtherules c0270b5c41 feat: add initial Nixpacks configuration for deployment 2026-04-16 17:28:52 +05:30
bendtherules 2cfbe90c26 feat(server): add DEFAULT_PORT constant and use it for server port configuration 2026-04-16 17:16:53 +05:30
bendtherules fad43eda66 resource: Commit lancedb ingested data (qwen3-embedding-8b) 2026-04-16 14:05:03 +05:30
bendtherules ee5132221d chore: bump version to 0.0.13 2026-04-16 13:55:37 +05:30
bendtherules 99c33da2b6 chore: bump version to 0.0.12 2026-04-16 13:55:05 +05:30
bendtherules d64260c46c chore: bump version to 0.0.11 2026-04-16 13:54:49 +05:30
bendtherules f2c21cce6c refactor(searchSpecSections): rename score to vectorDistance, update schema and usage (breaking change) 2026-04-16 13:51:51 +05:30
bendtherules 1f9d444361 feat: add ask262-inspector script to package.json for HTTP transport inspection. 2026-04-16 13:43:10 +05:30
bendtherules df5161ba86 feat: Add env support + small fixes 2026-04-16 13:18:39 +05:30
bendtherules 385f609e7b feat: Support Fireworks embedding for ingest and tool 2026-04-16 13:06:25 +05:30
bendtherules a46d764336 chore: biome ignore package.json 2026-04-16 11:55:54 +05:30
bendtherules db0e249874 Add mcp http server 2026-04-16 11:51:24 +05:30
bendtherules 2a44b77101 chore: bump version to 0.0.10 2026-04-14 19:29:38 +05:30
bendtherules 0cab20d6e4 feat(mcp-server): suggest recursive section content retrieval
Add recursive:true flag to ask262_get_section_content call to retrieve nested sections.
2026-04-14 19:29:34 +05:30
bendtherules ad97aff10a chore: bump version to 0.0.9 2026-04-14 19:26:49 +05:30
bendtherules ff7b155e9a docs(mcp-server): update description to clarify JavaScript internals explanation 2026-04-14 19:26:46 +05:30
bendtherules 2603e65e5d chore: bump version to 0.0.8 2026-04-14 19:24:53 +05:30
bendtherules a37292fb07 refactor: simplify question argsSchema definition in mcp-server.ts by collapsing multiline Zod schema into a single line. 2026-04-14 19:24:49 +05:30
bendtherules 2849fbb5cd chore: bump version to 0.0.7 2026-04-14 19:24:23 +05:30
bendtherules f8180dda42 feat(mcp-server): add Zod schema for prompt arguments, rename ask262 prompt to ask, and enhance orchestration guidance text. 2026-04-14 19:24:20 +05:30
bendtherules bd85bb214f chore: bump version to 0.0.6 2026-04-14 19:08:44 +05:30
bendtherules 4a6347807c feat: Add prompt to mcp server 2026-04-14 19:08:24 +05:30
bendtherules 6f61102163 chore: bump version to 0.0.5 2026-04-14 18:24:37 +05:30
bendtherules a7b2d617a3 refactor(mcp-server): resolve STORAGE_DIR to absolute path using __dirname
- Import path and fileURLToPath for path resolution.
- Rename imported STORAGE_DIR to STORAGE_DIR_REL.
- Compute STORAGE_DIR as an absolute path relative to the script’s directory.
2026-04-14 18:24:33 +05:30
bendtherules d608a62fa4 chore: bump version to 0.0.4 2026-04-14 18:21:54 +05:30
bendtherules 5946daa29e Fix: bin file in package.json 2026-04-14 18:21:14 +05:30
bendtherules 8e81078661 docs: update OpenCode configuration example in README
---

## Explanation
The diff only modifies `Readme.md`, changing the OpenCode configuration snippet. The update replaces the old local config path with a global one, adds a `$schema` reference, restructures the `command` field, and introduces `type` and `enabled` properties. Therefore, a **docs**‑type conventional commit is appropriate, describing the documentation change.
2026-04-14 18:10:58 +05:30
bendtherules 726988e65e chore: bump version to 0.0.3 2026-04-14 18:05:13 +05:30
bendtherules 36bbe89cb4 chore: bump version to 0.0.2 2026-04-14 18:04:44 +05:30
bendtherules 3d596983b8 feat: release script with automatic version bump commit 2026-04-14 18:04:28 +05:30
bendtherules 56841bb34d feat: Add npm release script 2026-04-14 18:02:06 +05:30