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

@mcoda/core

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcoda/core

Core services and APIs for the mcoda CLI.

Source
npmnpm
Version
0.1.8
Version published
Weekly downloads
579
148.5%
Maintainers
1
Weekly downloads
 
Created
Source

@mcoda/core

Core services that power the mcoda CLI (docs, planning, jobs, telemetry, openapi).

Install

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

What it provides

  • WorkspaceResolver for discovering/initializing .mcoda workspaces.
  • Service layer for docs, planning, execution, review, telemetry, and system updates.
  • API wrappers (AgentsApi, TasksApi, QaTasksApi) used by the CLI.

Example

import { WorkspaceResolver, JobService } from "@mcoda/core";

const workspace = await WorkspaceResolver.resolveWorkspace({ cwd: process.cwd() });
const jobs = new JobService(workspace);
// Use jobs to record command runs, token usage, and job state.

Notes

  • Most services expect a resolved workspace and read/write .mcoda/ state.
  • Primarily used by the mcoda CLI; APIs may evolve.

License

MIT - see LICENSE.

FAQs

Package last updated on 05 Jan 2026

Related posts