mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
Bumps the npm_and_yarn group with 2 updates in the /tools/mcp-introspect directory: [fast-uri](https://github.com/fastify/fast-uri) and [hono](https://github.com/honojs/hono). Updates `fast-uri` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.4...v3.1.5) Updates `hono` from 4.12.32 to 4.13.0 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.32...v4.13.0) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect - dependency-name: hono dependency-version: 4.13.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
owncord-introspect (MCP dev tool)
A small MCP server that lets Claude Code introspect a locally running OwnCord instance. Three tools:
| Tool | What it does |
|---|---|
api_request |
Read-write passthrough to any OwnCord REST endpoint (/api/v1/*, /admin/api/*). |
server_logs |
The server's in-memory ring-buffer logs (admin SSE ticket→stream). |
client_logs |
Tails the desktop client's on-disk log file. |
Quickstart
# 1. install
cd tools/mcp-introspect && npm install
# 2. mint a token (prints it once)
cd ../../Server && ./server.exe token create --label mcp-introspect
# 3. set it, then restart Claude Code
setx OWNCORD_API_TOKEN <paste-token>
owncord-introspect is already enabled in .claude/settings.local.json.
Full documentation
See docs/mcp-introspect.md for how it works (auth, cert
pinning, the log-stream flow), the complete tool reference, configuration, troubleshooting, and
security notes.