Skip to content

Commit 8c320de

Browse files
committed
fix(cli): fix CLI missing shebang
1 parent 16a2659 commit 8c320de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bun
12
import { StreamableHTTPServerTransport } from '@modelcontextprotocol/sdk/server/streamableHttp.js';
23
import fastify from 'fastify';
34
import { getMcpServer } from './utils/getMcpServer.js';

0 commit comments

Comments
 (0)