Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 73a09c1

Browse files
committed
Add shebang to template's index file
1 parent 4d26687 commit 73a09c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/src/index.ts.ejs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
/**
24
* This is a template MCP server that implements a simple notes system.
35
* It demonstrates core MCP concepts like resources and tools by allowing:

0 commit comments

Comments
 (0)