Sign In

@archstone/cli

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@archstone/cli

Archstone CLI — compile a business capability definition (CDL) into tools an AI agent can call: apply, build, serve over MCP, and verify against the live backend.

latest
Source
npmnpm
Version
0.12.0
Version published
Weekly downloads
621
343.57%
Maintainers
1
Weekly downloads
 
Created
Source

@archstone/cli

The archstone command — compiles a Capability Definition Language (CDL) manifest to a target-agnostic IR and serves it as MCP tools an AI agent can call.

Part of Archstone, an open-source Capability Platform: a company describes what it can do in CDL (business only, no integration code); Archstone compiles that to IR; an emitter turns the IR into tools an agent can discover and call.

Install

npm install -g @archstone/cli

Usage

# Compile a manifest: parse -> validate -> lower to IR, print a human report
archstone apply path/to/manifest

# Serve the compiled tools to an AI agent as MCP over stdio
archstone serve path/to/manifest

# Replay a binding's golden fixture against the live backend; detect provider drift
archstone verify path/to/manifest

# Compile a manifest to a standalone IR artifact (archstone.ir.json by default)
archstone build path/to/manifest [--out path]

A manifest directory contains capabilities.yaml, *.capability.yaml, *.resource.yaml, and bindings/*.binding.yaml — see the main repository README and examples/manifests/ for the full format and worked examples.

License

Apache-2.0

Keywords

mcp

FAQs

Package last updated on 23 Aug 2026

Related posts