Skip to content

Commit b3a934f

Browse files
committed
chore: bump version to 0.1.2 and remove shebang from index.ts
1 parent 3063e8c commit b3a934f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jtsang/nettune-mcp",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": false,
55
"description": "MCP stdio wrapper for nettune - TCP network optimization tool",
66
"type": "module",

js/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env node
2-
31
/**
42
* nettune-mcp - MCP stdio wrapper for nettune
53
*

0 commit comments

Comments
 (0)