docs(miner): add MCP client config example combining gittensory-mcp and gittensory-miner-mcp - #5416
Conversation
…nd gittensory-miner-mcp Adds a copy-pasteable mcpServers JSON snippet to the miner README's MCP server section showing how a dual-role operator running both ORB and AMS can register both stdio servers in one client config, plus a doc-lint test asserting the snippet stays valid JSON with the correct server shapes. Closes JSONbored#5163
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5416 +/- ##
=======================================
Coverage 94.45% 94.45%
=======================================
Files 553 553
Lines 44357 44357
Branches 14659 14659
=======================================
Hits 41898 41898
Misses 1784 1784
Partials 675 675
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Tip 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 ✅ Gittensory review result - approve/merge recommendedReview updated: 2026-07-12 17:47:12 UTC
✅ Suggested Action - Approve/Merge
Review summary Nits — 5 non-blocking
Linked issue satisfactionPartially addressed Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/gittensory-commands 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Summary
packages/gittensory-miner/README.md's MCP server section with a copy-pasteablemcpServersJSON snippet registering bothgittensory-mcp(ORB's hosted contributor-workflow tools) andgittensory-miner-mcp(AMS's own local state-visibility tools) in one client session.@jsonbored/gittensory-mcpREADME's own Client config section for generating ORB's half viainit-client --print <host>.Test plan
test/unit/miner-mcp-client-config-doc.test.ts: asserts the doc section exists, the JSON snippet parses and has the exactcommand/argsshape for both servers, and the cross-reference link/anchor exists on both sides.npm run typecheckpasses.npm run docs:drift-checkpasses.npm audit --audit-level=moderate: 0 vulnerabilities.npm run test:coveragerun reviewed — no failures introduced by this change (pre-existing, unrelated failures on this machine confirmed viagit stashto reproduce identically on a cleanmaincheckout).Closes #5163