#!/usr/bin/env node
export { ErrorCode, McpError } from '@modelcontextprotocol/sdk/types.js';

declare const startServer: () => Promise<void>;

export { startServer };
