@ninebone/mcp 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@ninebone/mcp",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "NineQuery AI Connector for Database",
5
- "main": "src/index.js",
5
+ "main": "src/index.mjs",
6
6
  "type": "module",
7
7
  "bin": {
8
- "nine-mcp": "src/index.js"
8
+ "nine-mcp": "src/index.mjs"
9
9
  },
10
10
  "scripts": {
11
- "start": "node src/index.js",
12
- "dev": "node --watch src/index.js",
11
+ "start": "node src/index.mjs",
12
+ "dev": "node --watch src/index.mjs",
13
13
  "build": "echo '빌드가 필요한 프로젝트라면 여기에 빌드 명령 작성'",
14
14
  "release": "npm version patch && npm run build && npm publish"
15
15
  },
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node --input-type=module
1
+ #!/usr/bin/env node
2
2
 
3
3
  /**
4
4
  * Nine MCP Engine Entry Point