Skip to content

v0.1.1 — install --dev + version metadata fix

Latest

Choose a tag to compare

@KadenMc KadenMc released this 23 Apr 02:06
· 83 commits to main since this release
060e6ed

[0.1.1] — 2026-04-22

Added

  • aexp install --dev / -D — writes a development-mode .mcp.json
    whose aexp entry invokes the current Python interpreter directly
    ("<python_exe>" -m aexp.mcp_server) instead of the default
    portable uvx --from agentic-experiments[mcp] form. Intended for
    maintainers editing aexp locally via pip install -e who want
    source edits to flow through to the MCP surface; the resulting
    .mcp.json bakes in a machine-specific path and should not be
    committed.
  • Accompanying advisory printed whenever --dev is set, including
    under --yes, so users don't accidentally commit a dev-form
    .mcp.json.

Docs

  • docs/mcp.md, docs/cli.md, and the install CLI help text describe
    --dev and the commit / gitignore implications.