We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7765a9d commit c24e378Copy full SHA for c24e378
packages/server/src/cli.ts
@@ -43,7 +43,7 @@ program.on('option:silent', () => {
43
program
44
.name('mcp-pointer')
45
.description('👆 MCP Pointer Server')
46
- .version('0.1.0');
+ .version(process.env.npm_package_version ?? '0.1.0');
47
48
49
.command(CLICommand.START)
0 commit comments