@nekzus/mcp-server 1.1.1 → 1.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -485,7 +485,7 @@ async function handleToolCall(name, args) {
485
485
  }
486
486
  // Server configuration
487
487
  const server = new Server({
488
- name: '@nekzus/mcp-server',
488
+ name: 'mcp-server/nekzus',
489
489
  version: '0.1.0',
490
490
  description: 'MCP Server implementation for development',
491
491
  }, {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nekzus/mcp-server",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Personal MCP Server implementation providing extensible utility functions and tools for development and testing purposes",
5
5
  "type": "module",
6
6
  "bin": {
7
- "mcp-server": "dist/index.js"
7
+ "mcp-server-nekzus": "dist/index.js"
8
8
  },
9
9
  "files": [
10
10
  "dist"