Ship fast to both humans and AI: Using ts-rest + MCP
Charles Feng, Mohammed Mogasbe, Justin Berman, Bruno Fantauzzi If you're integrating AI assistants into your product, you've probably discovered that maintaining parallel implementations for REST APIs and MCP servers leads to subtle inconsistencies that only surface in production. We found a better way at StockApp: we use our existing ts-rest API contracts to automatically expose MCP tools alongside our REST endpoints in the same server. Both interfaces directly call the same route handler f