Typescript Articles
2 articles across AI Catchup's news, guides, tutorials, and comparisons.
All Typescript articles
cursorApr 30, 2026
Cursor SDK Lands in Public Beta: Programmatic Agents in TypeScript with Local and Cloud Runtimes
Cursor launched the Cursor SDK in public beta on April 29, 2026, exposing the same agent runtime that powers Cursor desktop, CLI, and web behind a TypeScript package. `@cursor/sdk` lets you spawn agents against local files, Cursor-hosted VMs, or self-hosted workers, stream results, and bill on standard token-based pricing -- moving Cursor from an editor surface to a programmable platform.
mcpMar 4, 2026
How to Build Your Own MCP Server: A Beginner's Guide
Building an MCP server involves three steps: scaffold a TypeScript project with the MCP SDK, define tools that expose your desired functionality, and test the server locally with Claude Code or another MCP client. The entire process takes under an hour for a basic server.