New:Socket for Asana Is Now Available.Learn more
Get Started

@mcoda/integrations

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcoda/integrations

External integrations for mcoda (vcs, QA, telemetry).

Source
npmnpm
Version
0.1.125
Version published
Weekly downloads
208
-47.61%
Maintainers
1
Weekly downloads
 
Created
Source

@mcoda/integrations

External integrations for mcoda (docdex, telemetry, VCS, QA runners, update checks).

Install

  • Requires Node.js >= 20.
  • Install: npm i @mcoda/integrations

What it provides

  • DocdexClient for docdex daemon queries and CLI-backed ingestion.
  • TelemetryClient for token usage reporting.
  • VcsClient for Git operations.
  • SystemClient for update checks.
  • QA adapters (Chromium, Maestro, CLI) and types.

Example

import { DocdexClient } from "@mcoda/integrations";

const client = new DocdexClient({
  workspaceRoot: process.cwd(),
  baseUrl: process.env.MCODA_DOCDEX_URL,
});

const docs = await client.search({ docType: "rfp", query: "payments" });

Notes

  • Docdex state lives under ~/.docdex (managed by the docdex CLI); mcoda does not create repo-local .docdex.
  • Chromium QA expects Docdex-installed Chromium (docdex setup or MCODA_QA_CHROMIUM_PATH).
  • Some integrations call external services; configure base URLs and tokens as needed.
  • Primarily used by the mcoda CLI; APIs may evolve.

License

MIT - see LICENSE.

FAQs

Package last updated on 12 Aug 2026

Related posts