Pudu programming language
Menu
Package

@chrismichaelps / pudu-lang-mcp

Model Context Protocol server for Pudu language documentation and compiler tools

0.1.1Apache-2.01

InstallClose

Toolchain.md

Markdown28 lines762 B

GitHub ↗

Toolchain (seam)


type: seam capacity: BACKBONE tags: [seam, backbone]


Classification

Effect boundary between the protocol core and the installed compiler. A record of functions, PuduLangMcp.Services.Toolchain.Toolchain, built once by Main.

Adapters

  • Installed — [[src/PuduLangMcp/Services/Toolchain]] over [[src/PuduLangMcp/Services/Process/Bounded]].
  • Scripted — built in tests: each function answers a fixed Outcome, so dispatch, argument handling, and rendering are tested without a compiler.

Health

Every call is bounded by a deadline and an output cap. Nothing crosses the seam but text and exit status.

Referenced by

[[seams/_MOC]] · [[decisions/ADR-0003-toolchain-subprocess]] · [[domain/Toolchain]]