Initialization
Install the SDK
npm install @contextprotocol/sdkSetting Up Your Connection
import { Context } from '@contextprotocol/sdk';
const ctx = new Context({ apiKey: "your_api_key_here" }); // Replace with your API keyLast updated
Was this helpful?