28 NOTES
Advanced Platform Development
Rebuilding a complete self-hosted data platform from FOSS on Kubernetes, one working component at a time.
→ Start hereDeasil operates the endpoint. The engine is txn2/mcp-data-platform, Apache-2.0. I wrote the harness this replaced.
→ Read this noteflowchart LR C["Claude"] --> P G["ChatGPT"] --> P A["Custom agent"] --> P P["Plexara<br/>one MCP endpoint<br/><i>txn2/mcp-data-platform</i>"] P --> IDP["Customer IdP<br/>Keycloak, Okta, Entra"] P --> DH["DataHub<br/>catalog, lineage, glossary"] P --> TR["Trino<br/>federated SQL"] P --> S3["S3<br/>object storage"] P --> PG["PostgreSQL<br/>memory, knowledge, audit, assets"] P --> API["Vendor APIs<br/>ERP, POS, ticketing, CRM"] P --> MCP["Other MCP servers"]
Rebuilding a complete self-hosted data platform from FOSS on Kubernetes, one working component at a time.
→ Start hereThe Model Context Protocol taken apart one JSON message at a time, written by hand in Go.
→ Start hereMeasured studies of MCP agent behavior: knowledge-layer ablation, stored-knowledge use, the measurement harness, knowledge pollution, and cross-reference document completion.
→ Start hereMechanical verification for AI-written code: strict linting, coverage gates, mutation testing, and a pre-commit gate that refuses the commit.
→ Start here