We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46cd76 commit f03c2beCopy full SHA for f03c2be
src/index.ts
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env node
2
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
3
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
4
import { z } from 'zod';
@@ -12,7 +13,6 @@ import { USER_INPUT_TIMEOUT_SECONDS } from './constants.js';
12
13
14
// Store active intensive chat sessions
15
const activeChatSessions = new Map<string, string>();
-
16
// Initialize MCP server
17
const server = new McpServer({
18
name: 'Interactive MCP',
0 commit comments