Getting Started (TypeScript)¶
Install meshctl CLI to start building MCP Mesh agents with TypeScript
Prerequisites¶
- Node.js 18+ - for meshctl CLI and TypeScript runtime
Install meshctl CLI¶
Per-Agent Dependencies
Unlike Python (shared .venv), each TypeScript agent is its own npm project. The SDK is installed per-agent via npm install after scaffolding.
Next Steps¶
Continue to Scaffold Agents — creates a complete agent project with package.json and all dependencies listed.