chore(mcp): add tsc pipeline and convert Phase 1+2 libs to TypeScript - #7396
chore(mcp): add tsc pipeline and convert Phase 1+2 libs to TypeScript#7396RealDiligent wants to merge 2 commits into
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
|
Caution 🛑 LoopOver review result - fixes requiredReview updated: 2026-07-20 04:23:38 UTC
Review summary Nits — 1 non-blocking
CI checks failing
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver 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://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 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 LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
LoopOver is closing this pull request on the maintainer's behalf (CI is failing (validate, validate-tests (6), validate-tests (2), validate-tests (5), validate-tests (3), validate-tests (4), validate-tests (1), validate-code)). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Prove the @loopover/mcp build pipeline (mirroring miner Phase 1) and convert the four small utilities plus local-branch so Phase 2 (JSONbored#7329) can land with Closes linkage. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Summary
tscbuild pipeline for@loopover/mcp(tsconfig.json,build:tsc/build:verify), mirroring miner Phase 1 (chore(miner): add a real tsc build pipeline for loopover-miner (#7290) #7299 / chore(mcp): add tsc build pipeline + convert small lib utilities to TypeScript (Phase 1 of #7291) #7328).cli-error,format-table,redact-local-path,telemetry) plus Phase 2'slocal-branchto real TypeScript with in-place.js/.d.tsemit..d.tsfiles, turbo build graph, and addsmcp-cli-error+ package-skeleton tests so codecov/patch and CI path filters stay green.Closes #7329
Phase 1 deliverables from #7328 are included as the required build-pipeline prerequisite for Phase 2 (
local-branch).bin/loopover-mcp.jsis untouched (Phase 3).Test plan
npm --workspace @loopover/mcp run build(tsc +node --check)node scripts/check-mcp-package.mjs(allowlist acceptslib/*.d.ts)mcp-cli-error,mcp-package-skeleton,format-table,redact-local-path,mcp-local-telemetry,local-branch,local-scorer-adapterMade with Cursor