Skip to content
View thexmeta's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report thexmeta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thexmeta/README.md

Eser Kelleci

I build the infrastructure that lets AI agents write code without being trusted to grade their own work: MCP gateways, agent harnesses, and verification that comes from exit codes rather than a model's opinion.

Nine years of .NET and C# before that, mostly ERP integration delivered at customer sites. Now working in Rust and TypeScript, directed rather than hand-written, which is exactly why the verification layer matters to me.

MCP infrastructure

  • mcp-proxy — fork of joshrotenberg/mcp-proxy adding lazy backend spawning with a persistent warm tool catalog (list requests answered with zero processes running), a shared backend pool, endpoint groups with namespace-isolated capability filtering, and MCP 2026-07-28 protocol support. Design decisions are written up in docs/adr/.

  • avalonia-ui-mcp-rs — five-crate Rust workspace published on crates.io (core, services, tools, resources, server), MIT, MSRV 1.85. 18+ MCP tools for AvaloniaUI development; a full Rust rewrite of decriptor/AvaloniaUI.MCP.

  • Rust support in mcp-migration-check (merged PR) — rule MCP010: reads Cargo.toml and flags Rust SDKs that cannot serve MCP 2026-07-28, with remediation for rmcp, rust-mcp-sdk, and the tower-mcp protocol-2026-07-28 feature.

Upstream

  • microsoft/vscode#319592 — reported and diagnosed: Copilot Chat threw away valid generated text when a custom endpoint returned finish_reason: "length", treating a truncated completion as a hard failure instead of rendering the partial response. Fixed in VS Code.

Currently

Writing about why the agent that reports a verdict must never be the agent that computes it, and looking for remote work on MCP servers, agent harnesses, and AI infrastructure.

LinkedIn

Pinned Loading

  1. mcp-proxy mcp-proxy Public

    Forked from joshrotenberg/mcp-proxy

    A config-driven Model Context Protocol (MCP) reverse proxy built in Rust. Aggregates multiple MCP backends behind a single endpoint with per-backend middleware, authentication, and observability.

    Rust

  2. qdrant-rag-mcp qdrant-rag-mcp Public

    Forked from ancoleman/qdrant-rag-mcp

    Python

  3. avalonia-ui-mcp-rs avalonia-ui-mcp-rs Public

    Rust

  4. mcp-migration-check mcp-migration-check Public

    Forked from AlpayC/mcp-migration-check

    Deterministic readiness checker for the MCP 2026-07-28 specification break - a graded web probe and an agent skill over one rule engine.

    TypeScript