Quick Start
Prerequisites
Before installing ZapMCP, make sure you have:
- Node.js 16 or later
- npm 7 or later
Installation
You can install ZapMCP using npm:
npm install zapmcpQuick Start
After installation, you can create a basic ZapMCP application:
import { ZapMCP } from 'zapmcp';
const server = new ZapMCP({
name: 'my-app',
version: '1.0.0'
});
await server.start();Next Steps
- Configuration - Learn how to configure your ZapMCP application
- API Reference - Explore the ZapMCP API
- Examples - See examples of ZapMCP in action
Last updated on