Context
src/mcp/server.ts registers get_skipped_pr_audit (line 1800), get_issue_quality (2112), get_registration_readiness (1736), and get_config_recommendation (1747) on the remote server. packages/loopover-mcp/bin/loopover-mcp.js's maintainer-triage profile (line 127) recommends get_skipped_pr_audit, and its repo-owner-intake profile (line 141) recommends the other three — but none of the four are registered as local stdio tools in that file. Two whole agent profiles recommend tools this local server cannot actually serve.
Requirements
- Add
registerStdioTool(...) registrations for all 4 tools to packages/loopover-mcp/bin/loopover-mcp.js, matching their src/mcp/server.ts counterparts' input schema and REST/GraphQL calls.
- Reuse the local server's existing HTTP-client/auth conventions.
- Do not change the remote server.
Test Coverage Requirements
Match packages/loopover-mcp's existing test conventions; at least one test per new tool covering success and a representative failure path.
Deliverables
Expected Outcome
The maintainer-triage and repo-owner-intake profiles' recommended tools are all actually callable on the local server.
Links & Resources
src/mcp/server.ts:1800,2112,1736,1747
packages/loopover-mcp/bin/loopover-mcp.js:127,141
Context
src/mcp/server.tsregistersget_skipped_pr_audit(line 1800),get_issue_quality(2112),get_registration_readiness(1736), andget_config_recommendation(1747) on the remote server.packages/loopover-mcp/bin/loopover-mcp.js'smaintainer-triageprofile (line 127) recommendsget_skipped_pr_audit, and itsrepo-owner-intakeprofile (line 141) recommends the other three — but none of the four are registered as local stdio tools in that file. Two whole agent profiles recommend tools this local server cannot actually serve.Requirements
registerStdioTool(...)registrations for all 4 tools topackages/loopover-mcp/bin/loopover-mcp.js, matching theirsrc/mcp/server.tscounterparts' input schema and REST/GraphQL calls.Test Coverage Requirements
Match
packages/loopover-mcp's existing test conventions; at least one test per new tool covering success and a representative failure path.Deliverables
Expected Outcome
The
maintainer-triageandrepo-owner-intakeprofiles' recommended tools are all actually callable on the local server.Links & Resources
src/mcp/server.ts:1800,2112,1736,1747packages/loopover-mcp/bin/loopover-mcp.js:127,141