🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@getnote/mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getnote/mcp - npm Package Compare versions

Comparing version
1.4.0
to
1.4.1
+11
-8
package.json
{
"name": "@getnote/mcp",
"version": "1.4.0",
"description": "MCP server for Get\u7b14\u8bb0 (GetNotes) API",
"version": "1.4.1",
"description": "MCP server for Get笔记 (GetNotes) API",
"main": "dist/index.js",

@@ -18,11 +18,11 @@ "bin": {

"getnotes",
"get\u7b14\u8bb0",
"get笔记",
"notes",
"ai"
],
"author": "Get\u7b14\u8bb0",
"author": "Get笔记",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.7.0",
"axios": "^1.16.1",
"form-data": "^4.0.0",

@@ -40,5 +40,8 @@ "zod": "^3.22.0"

"express-rate-limit": "^8.2.2",
"hono": "^4.12.7",
"path-to-regexp": "^8.4.1"
"hono": "^4.12.18",
"path-to-regexp": "^8.4.1",
"fast-uri": "^3.1.2",
"ip-address": "^10.2.0",
"axios": "^1.16.1"
}
}
}