diff --git a/src/index.ts b/src/index.ts index d6abb12..50ef755 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ +#!/usr/bin/env node import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; import { z } from "zod"; @@ -291,4 +292,4 @@ const __filename = fileURLToPath(import.meta.url); if (process.argv[1] === __filename) { run(); -} \ No newline at end of file +}