manufact.com
Show HN: mcp-use v2 rebuilt from scratch for stateless 2026-07-28 MCP spechttps://manufact.com/blog/mcp-use-v2Hi HN, Luigi here. We maintain mcp-use an open-source TypeScript framework for building MCP servers and MCP Apps: https://github.com/mcp-use/mcp-use MCP is now (finally) stateless so we rewrote mcp-use v2 from scratch for the 2026-07-28 MCP spec revision: https://blog.modelcontextprotocol.io/posts/2026-07-28/Thanks to the rebuild:- Throughput: +27% → from 8,615 to 10,982 median ops/sec- Cold launch: 2.2x faster → from 151.6 ms to 68.1 ms- Clean install: 82% smaller → from 404.6 MiB to 74.4 MiBBenchmark with methodology here: https://github.com/mcp-use/mcp-use/blob/main/benchmark.mdWhat changed in the spec:1. No more sessions. The initialize/initialized exchange and the Mcp-Session-Id header are gone (SEP-2575, SEP-2567). Every request carries its own protocol version, client identity, and capabilities in _meta. Server discovery is an optional server/discover RPC instead of a mandatory round trip.2. Multi round-trip requests replace server-initiated calls (SEP-2322). Now the server retuAug 6, 2026 3:59 PM