Skip to content

Releases: kondukt-dev/core

0.1.3

Choose a tag to compare

@alex-burov-13 alex-burov-13 released this 24 Apr 13:31
a9b4830

Fixed

  • Client SDKMcpConnection.connect() now reports target process exited before handshake instead of leaking raw EPIPE / ENOENT / MCP error -32000: Connection closed when a stdio target fails to start (missing binary, immediate exit, stdin write to a dead child). The original error is preserved via ConnectionError.cause, and the emitted statusChange error field matches.

Install:

npm install kondukt@0.1.3
# or
npx kondukt@0.1.3 --help

Kondukt Core 0.1.1

Choose a tag to compare

@alex-burov-13 alex-burov-13 released this 20 Apr 20:12
9a22dfd

Fixed

  • Scaffoldkondukt scaffold no longer fails with Template 'typescript' not found when invoked through the bundled CLI. 0.1.0 shipped a broken scaffold command because tsup inlines scaffold into dist/cli/index.js and the template lookup only checked SELF_DIR/templates. The generator now also checks SELF_DIR/../scaffold/templates, so it works from the bundled CLI, the standalone scaffold entry, and directly from source.
  • CLIkondukt test "npx -y @foo/bar" (the quoted-string form documented throughout the README) now works. buildConfigFromCli shell-splits a single whitespace-containing arg.

Added

  • Demo recording pipelinescripts/record-demo.sh + per-feature scenarios under scripts/scenarios/ regenerate four GIFs (demo, scaffold, call, agent-docs) from scratch. .cast and .mp4 byproducts live in a gitignored assets/local/.
  • README — marketing refresh, demo GIF at the top, per-feature GIFs under each subsection, Why + Comparison consolidated into a single pitch block.

Install

npm install kondukt@0.1.1
# or
npx kondukt@0.1.1 test "npx -y @modelcontextprotocol/server-everything"

Full changelog: https://github.com/kondukt-dev/core/blob/main/CHANGELOG.md#011--2026-04-20