Skip to content

Commit eeeffcf

Browse files
committed
fix: update tool version and shorten declared name
1 parent 1ea46e8 commit eeeffcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const logger: Logger = initLogger()
88

99
export async function createMcpServer (): Promise<Server> {
1010
const serverInfo = {
11-
name: 'nodejs-module-api-documentation',
11+
name: 'nodejs-api-docs',
1212
description:
1313
'Search built-in core Node.js modules API Documentation. Use whenever the user asks questions about Node.js API, Node.js modules or Node.js functions.',
14-
version: '1.0.0',
14+
version: '1.0.4',
1515
}
1616

1717
const server = new Server(

0 commit comments

Comments
 (0)