Skip to content

Commit f03c2be

Browse files
committed
feat: add executable
1 parent d46cd76 commit f03c2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
23
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
34
import { z } from 'zod';
@@ -12,7 +13,6 @@ import { USER_INPUT_TIMEOUT_SECONDS } from './constants.js';
1213

1314
// Store active intensive chat sessions
1415
const activeChatSessions = new Map<string, string>();
15-
1616
// Initialize MCP server
1717
const server = new McpServer({
1818
name: 'Interactive MCP',

0 commit comments

Comments
 (0)