New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@archstone/emitter-support

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@archstone/emitter-support

Shared substrate for Archstone emitters: IR indexing, semantic-type to JSON Schema lowering, and response mapping. No MCP SDK, no filesystem.

Source
npmnpm
Version
0.20.0
Version published
Weekly downloads
787
213.55%
Maintainers
1
Weekly downloads
 
Created
Source

@archstone/emitter-support

Shared, IR-only substrate for Archstone emitters (ADD-0008 / RFC-0008): IR indexing (Registry), semantic-type → JSON-Schema lowering, tool-name sanitization, the response-mapping executor, and the extraction boundary (ADR-0011) — extractionJsonSchema and validateExtraction, which lower a declared resource into a closed schema and judge a model's answer against it. Depends only on @archstone/compiler — no MCP SDK, no node:fs, no HTTP — so any emitter built on it (the MCP server in @archstone/runtime, the embedded agent in @archstone/agent) can be tree-shaken cleanly.

Both directions of travel go through this package, and that is the point: a Resource Definition is the schema for a provider's response and for what a model must produce, so neither side can be mapped by a rule the other does not share.

Part of Archstone, an open-source Capability Platform — most users should install @archstone/cli instead of depending on this package directly.

License

Apache-2.0

Keywords

mcp

FAQs

Package last updated on 10 Sep 2026

Related posts