[PR #1] [MERGED] Add inspector route #4

Closed
opened 2026-08-18 13:14:33 +00:00 by bendtherules · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bendtherules/ask262/pull/1
Author: @bendtherules
Created: 4/20/2026
Status: Merged
Merged: 4/21/2026
Merged by: @bendtherules

Base: mainHead: inspector


📝 Commits (9)

  • 35e8fad Add mcp-use/inspector route
  • 16ee733 chore: trigger deployment
  • 95e58ab chore: trigger deployment
  • a2c57d4 refactor: move MCP endpoint above inspector for proper route priority
  • bfd79e4 docs(AGENTS): rewrite overview, commands, and project structure to focus on MCP server usage and updated tooling information.
  • e671030 feat(env): add MCP_PUBLIC_URL entry to .env.example with documentation
  • 8c657b0 docs(readme): add MCP Inspector UI guide and list HTTP server endpoints.
  • 5a94c10 docs: update readme with inspector info
  • fad74ca feat: prioritize COOLIFY_URL over MCP_PUBLIC_URL for inspector auto-connect URL

📊 Changes

6 files changed (+867 additions, -187 deletions)

View changed files

📝 .env.example (+5 -0)
📝 AGENTS.md (+47 -186)
📝 Readme.md (+14 -0)
📝 bun.lock (+790 -1)
📝 package.json (+1 -0)
📝 src/mcp-server-http.ts (+10 -0)

📄 Description

Uses mcp-use/inspector.

Has few existing issues -

  1. Branding
  2. No name for mcp server
  3. Can't add custom chat llm endpoint

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bendtherules/ask262/pull/1 **Author:** [@bendtherules](https://github.com/bendtherules) **Created:** 4/20/2026 **Status:** ✅ Merged **Merged:** 4/21/2026 **Merged by:** [@bendtherules](https://github.com/bendtherules) **Base:** `main` ← **Head:** `inspector` --- ### 📝 Commits (9) - [`35e8fad`](https://github.com/bendtherules/ask262/commit/35e8fadca2715f32be33547fa41c8c2362727d83) Add mcp-use/inspector route - [`16ee733`](https://github.com/bendtherules/ask262/commit/16ee73357793b5ecf378875a07a2eda360b00845) chore: trigger deployment - [`95e58ab`](https://github.com/bendtherules/ask262/commit/95e58abdeab9927a14ca0e540869a25fb26160bc) chore: trigger deployment - [`a2c57d4`](https://github.com/bendtherules/ask262/commit/a2c57d4da099cef11f1d053f07df158ecf95780a) refactor: move MCP endpoint above inspector for proper route priority - [`bfd79e4`](https://github.com/bendtherules/ask262/commit/bfd79e47e33618c0a625c6f34af34a5856c8b053) docs(AGENTS): rewrite overview, commands, and project structure to focus on MCP server usage and updated tooling information. - [`e671030`](https://github.com/bendtherules/ask262/commit/e67103049ab4f6ed50da6897f8ec041ada732aa0) feat(env): add MCP_PUBLIC_URL entry to .env.example with documentation - [`8c657b0`](https://github.com/bendtherules/ask262/commit/8c657b0578e7bd10207fcd20369d46b27625fbbe) docs(readme): add MCP Inspector UI guide and list HTTP server endpoints. - [`5a94c10`](https://github.com/bendtherules/ask262/commit/5a94c1007bd11967d7465581850a03b8a3195dc4) docs: update readme with inspector info - [`fad74ca`](https://github.com/bendtherules/ask262/commit/fad74cad577467dd4a07e749c5d4cf78fd381350) feat: prioritize COOLIFY_URL over MCP_PUBLIC_URL for inspector auto-connect URL ### 📊 Changes **6 files changed** (+867 additions, -187 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+5 -0) 📝 `AGENTS.md` (+47 -186) 📝 `Readme.md` (+14 -0) 📝 `bun.lock` (+790 -1) 📝 `package.json` (+1 -0) 📝 `src/mcp-server-http.ts` (+10 -0) </details> ### 📄 Description Uses mcp-use/inspector. Has few existing issues - 1. Branding 2. No name for mcp server 3. Can't add custom chat llm endpoint --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
bendtherules added the pull-request label 2026-08-18 13:14:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bendtherules/ask262#4