Skip to content

Commit 4cd6927

Browse files
committed
refactor: rename project
1 parent 2917b84 commit 4cd6927

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"license": "MIT",
88
"bin": {
9-
"node-mcp-server": "./build/index.js"
9+
"computer-mcp-server": "./build/index.js"
1010
},
1111
"files": [
1212
"build",
@@ -69,7 +69,7 @@
6969
},
7070
"repository": {
7171
"type": "git",
72-
"url": "git+https://github.com/my-mcp-hub/node-mcp-server.git"
72+
"url": "git+https://github.com/my-mcp-hub/computer-mcp-server.git"
7373
},
7474
"publishConfig": {
7575
"access": "public",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getApps, getOptions } from './utils'
66
import 'dotenv/config'
77
import pkg from '../package.json' with { type: 'json' }
88

9-
const name = 'node-mcp-server'
9+
const name = 'computer-mcp-server'
1010

1111
const argv = await yargs()
1212
.scriptName(name)

0 commit comments

Comments
 (0)