paput-mcp 2.8.3 → 2.8.4

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.
@@ -37,6 +37,8 @@ Recommended listing details:
37
37
  - Transport: Streamable HTTP
38
38
  - Scopes: `paput.read paput.write`
39
39
  - Category: Productivity, knowledge management, developer tools
40
+ - Support contact: paput.dev@gmail.com
41
+ - Privacy policy: https://github.com/mizulba-dev/paput-mcp/blob/main/docs/privacy-policy.md
40
42
  - Data access summary: Reads and writes PaPut content only after the user authorizes access through PaPut OAuth.
41
43
  - Safety summary: Read-only tools are annotated. Write and destructive tools require clear user intent and should be confirmed by the client.
42
44
  - Callback URL handling: Claude registers its redirect URI through dynamic client registration. PaPut validates the registered redirect URI during authorization instead of relying on a preconfigured static callback URL.
@@ -58,4 +58,4 @@ PaPut MCP uses OAuth for remote access and supports read/write tool annotations
58
58
 
59
59
  ## Contact
60
60
 
61
- For privacy questions, use the contact method provided on https://paput.io.
61
+ For privacy questions, contact paput.dev@gmail.com (or use the contact method on https://paput.io).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paput-mcp",
3
- "version": "2.8.3",
3
+ "version": "2.8.4",
4
4
  "description": "PaPut MCP Server",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",