@nekzus/mcp-server 1.1.5 → 1.1.6
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.
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nekzus/mcp-server",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
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": {
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://github.com/Nekzus/mcp-server#readme",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@modelcontextprotocol/sdk": "1.7.0"
|
|
44
|
+
"@modelcontextprotocol/sdk": "1.7.0",
|
|
45
|
+
"dotenv": "16.4.7"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
48
|
"@biomejs/biome": "1.9.4",
|
|
@@ -53,10 +54,8 @@
|
|
|
53
54
|
"@types/jest": "29.5.14",
|
|
54
55
|
"@types/node": "22.13.11",
|
|
55
56
|
"cz-conventional-changelog": "3.3.0",
|
|
56
|
-
"dotenv": "16.4.7",
|
|
57
57
|
"jest": "29.7.0",
|
|
58
58
|
"semantic-release": "24.2.3",
|
|
59
|
-
"shx": "0.4.0",
|
|
60
59
|
"ts-jest": "29.2.6",
|
|
61
60
|
"tsx": "4.19.3",
|
|
62
61
|
"typescript": "5.8.2"
|