26382a7ac6
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
JetBrains Plugin / Actionlint (push) Waiting to run
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (rust) (push) Waiting to run
JetBrains Plugin / Validation (push) Waiting to run
JetBrains Plugin / Build (push) Waiting to run
JetBrains Plugin / Test (push) Blocked by required conditions
Security Check / Security Scan (push) Waiting to run
CI / Clippy (push) Failing after 15m13s
CI / Test (ubuntu-latest) (push) Failing after 16m1s
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Build (no embeddings / no ORT) (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Cookbook (Node) (push) Has been cancelled
CI / Pi Extension (Node) (push) Has been cancelled
CI / Rust SDK (lean-ctx-client) (push) Has been cancelled
CI / Embed SDK (lean-ctx-sdk) (push) Has been cancelled
CI / Python SDK (leanctx) (push) Has been cancelled
CI / Hermes Plugin (Python) (push) Has been cancelled
CI / SDK Conformance Matrix (push) Has been cancelled
CI / Coverage (push) Has been cancelled
CI / cargo-deny (push) Has been cancelled
CI / Adversarial Safety (push) Has been cancelled
CI / Benchmarks (push) Has been cancelled
CI / Output-Quality Gate (eval A/B) (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / CI Green (push) Has been cancelled
1.5 KiB
1.5 KiB
SDK Conformance Matrix
Status of every first-party SDK against the frozen /v1 contract
(run_conformance, GL #395). Generated by scripts/sdk-conformance.sh
against a real lean-ctx serve instance — regenerate, never edit.
- Engine:
lean-ctx 3.8.1 (official, https://github.com/yvgude/lean-ctx) - Generated: 2026-06-10 06:19 UTC
| SDK | Package | Version | Conformance |
|---|---|---|---|
| python | lean-ctx-client (PyPI) |
0.1.0 | PASS (14/14) |
| typescript | lean-ctx-client (npm) |
0.1.0 | PASS (14/14) |
| rust | lean-ctx-client (crates.io) |
0.1.0 | PASS (14/14) |
Checks
| Check | python | typescript | rust |
|---|---|---|---|
| health | pass | pass | pass |
| manifest_shape | pass | pass | pass |
| capabilities_shape | pass | pass | pass |
| contract_status_map | pass | pass | pass |
| engine_compat | pass | pass | pass |
| openapi_shape | pass | pass | pass |
| route_coverage | pass | pass | pass |
| tools_list | pass | pass | pass |
| tool_call_error_contract | pass | pass | pass |
| events_stream | pass | pass | pass |
| context_summary_shape | pass | pass | pass |
| events_search_shape | pass | pass | pass |
| event_lineage_shape | pass | pass | pass |
| metrics_shape | pass | pass | pass |
SemVer coupling
Every SDK declares the http_mcp contract versions it speaks
(SUPPORTED_HTTP_CONTRACT_VERSIONS); the engine_compat check fails when
a server speaks a contract the SDK release does not support. SDK majors
follow the engine contract major (CONTRACTS.md § Versioning rules).