Skip to content

Commit 8d09410

Browse files
committed
refactor: rename binary
1 parent affb26d commit 8d09410

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"license": "MIT",
88
"bin": {
9-
"qcc-openapi-mcp": "./build/index.js"
9+
"doc-mcp-server": "./build/index.js"
1010
},
1111
"files": [
1212
"build",

src/index.ts

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

88
const argv = await yargs()
9-
.scriptName('openapi-server-mcp')
9+
.scriptName('doc-mcp-server')
1010
.usage('$0 <command> [options]')
1111
.command(
1212
'stdio',

0 commit comments

Comments
 (0)