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

@archstone/cli

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@archstone/cli

CLI (#1): archstone apply — wires the pipeline (parse -> validate -> IR -> runtime).

Source
npmnpm
Version
0.2.3
Version published
Weekly downloads
1.5K
70.5%
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

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

FAQs

Package last updated on 17 Jul 2026

Related posts