mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
Bumps the npm_and_yarn group with 1 update in the /tools/mcp-introspect directory: [@hono/node-server](https://github.com/honojs/node-server). Updates `@hono/node-server` from 1.19.15 to 2.0.12 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/commits/v2.0.12) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.0.12 dependency-type: indirect dependency-group: npm_and_yarn ... 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.