JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 247
  • Score
    100M100P100Q88292F
  • License BUSL-1.1

Protocol types and action builder for Tesseron. Transport-agnostic, validator-agnostic.

Package Exports

  • @tesseron/core
  • @tesseron/core/errors
  • @tesseron/core/internal
  • @tesseron/core/protocol

Readme

@tesseron/core

Protocol types and action builder for Tesseron.

Transport-agnostic, validator-agnostic. Defines the JSON-RPC 2.0 wire protocol (version 1.0.0) between the SDK and the MCP gateway, the action/resource builder API, the handler context (ctx.confirm, ctx.elicit, ctx.sample, ctx.progress, ctx.log), subscribable resources, and the typed error hierarchy (SamplingNotAvailableError, ElicitationNotAvailableError, TimeoutError, CancelledError, TesseronError).

Zero runtime dependencies beyond @standard-schema/spec (types-only).