This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryMyco is now discoverable in the official MCP Registry via server.json and a PyPI sentinel.
Full changelog
What changed
Contract-layer molt with zero contract-surface deltas — v0.5.11 pairs a version bump to onboarding Myco into the official MCP Registry so every MCP-capable host can discover and install Myco through the standard registry flow instead of a manual config paste.
Added (non-contract, additive)
server.jsonat the repo root. Declares Myco in the 2025-12-11 ServerJSON schema: namespaceio.github.battam1111/myco, stdio transport, PyPI packagemyco==0.5.11pinned. Validated withmcp-publisher validateagainst the live registry before commit.<!-- mcp-name: io.github.battam1111/myco -->sentinel inREADME.md. Invisible to human readers; the MCP Registry's PyPI verifier greps the long-description for this string to prove the PyPI package belongs to this GitHub namespace.- Write-surface additions.
server.jsonandCITATION.cffjoin_canon.yaml::system.write_surface.allowedso future agent-initiated version bumps rewrite them in place without tripping PA1 or WriteSurfaceViolation.
Contract surface (unchanged)
- R1–R7 rule text — unchanged.
- 18-verb manifest surface — unchanged.
- 25-dimension lint roster — unchanged.
- Exit-code ladder (3 / 4 / 5) — unchanged.
Upgrading from v0.5.10
No code, canon, or script changes required.
Observable deltas:
mcp-server-mycois now advertised in the official MCP Registry; clients that resolve namespaces via registry (Claude Desktop, future auto-install flows) find Myco without a manual paste.- PyPI 0.5.11 release carries the
mcp-namesentinel in its long-description. Older releases remain installable but are not registry-verified.
Verification
- 757 tests passing, 0 immune findings on the self-substrate.
mcp-publisher validate: server.json accepted by live registry.- twine check: both distributions pass.
Install
pip install 'myco[mcp]==0.5.11'
# or, editable-default (recommended):
pipx run --spec 'myco[mcp]' myco-install fresh ~/myco
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Battam1111/Myco
Agent-first cognitive substrate with 18 manifest-driven verbs (germinate / eat / assimilate / sporulate / traverse / immune / molt / …) and 25 lint dimensions enforcing contract invariants mechanically (R1–R7). Cross-session / cross-project memory via a self-validating filesystem graph — AST + markdown-link derived, not embedding-based. Provider-agnostic by design: MP1/MP2 dims forbid LLM-SDK imports in the kernel and plugin tree. Editable-default install. Works with Claude Code, Cursor, Windsurf, Zed, VS Code, and any MCP client.
Related context
Related tools
Beta — feedback welcome: [email protected]