Skip to content
Engineering Blog

Building the future
of Agentic Infrastructure

Architecture decisions, protocol internals, and production patterns
from the team behind Vurb.ts.

Open SourceApache 2.0
TypeScriptEnd-to-End
MVAArchitecture

The End of Framework Documentation: How SKILL.md Lets AI Agents Build Your MCP Server

Every framework makes you read docs before you write code. Vurb.ts ships a machine-readable SKILL.md that your AI coding agent consumes directly — zero learning curve, deterministic code generation, production-ready MCP servers from a single prompt.

Every MCP Framework Supports AI Agents. Only One Ships an Executable Contract.

llms.txt and SKILL.md are open standards any framework can adopt. Most use them for documentation. Vurb.ts treats SKILL.md as an executable specification — every Fluent API method, every Presenter rule, every anti-pattern — so your AI agent writes correct code on the first pass.

MCP Server Frameworks in 2026: The Complete Guide for TypeScript and Python Developers

A deep technical comparison of every MCP server framework: the official SDK, FastMCP, mcp-framework, EasyMCP, and Vurb.ts. Learn what each offers, where they fall short, and why the Presenter pattern changes everything.

Anatomy of an AI Platform Breach: How Vurb.ts Would Have Defended Every Attack Vector

A rigorous, line-by-line analysis of how Vurb.ts's security architecture — InputFirewall, PromptFirewall, AuditTrail, CapabilityLockfile, and SandboxEngine — would have prevented, detected, or mitigated each vulnerability exploited in a recent high-profile AI platform breach.

Introducing Vurb.ts

Discover Vurb.ts — a framework that brings the MVA pattern, Presenters, and a world-class developer experience to the Model Context Protocol.

MVA Pattern Deep Dive: Rethinking Architecture for AI Agents

An in-depth exploration of the Model-View-Agent pattern — why MVC falls short for agentic workloads and how MVA solves perception, affordances, and guardrails.