@aipermission/mcp 0.2.36 → 0.2.37
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/README.md
CHANGED
|
@@ -42,7 +42,7 @@ The generated MCP config contains a bearer token. Keep it private. For project-l
|
|
|
42
42
|
"mcpServers": {
|
|
43
43
|
"aipermission": {
|
|
44
44
|
"command": "npx",
|
|
45
|
-
"args": ["-y", "@aipermission/mcp@0.2.
|
|
45
|
+
"args": ["-y", "@aipermission/mcp@0.2.37"],
|
|
46
46
|
"env": {
|
|
47
47
|
"NODE_ENV": "production",
|
|
48
48
|
"AIPERMISSION_API_URL": "http://localhost:3210",
|
|
@@ -204,8 +204,11 @@ prefer this sequence:
|
|
|
204
204
|
type, headers, or existence.
|
|
205
205
|
5. Use `download_object` only for bounded object reads explicitly requested by
|
|
206
206
|
the operator.
|
|
207
|
-
6. Keep `overwrite=false` for `upload_object`
|
|
208
|
-
|
|
207
|
+
6. Keep `overwrite=false` for `upload_object` unless the operator explicitly
|
|
208
|
+
approved replacement. `rename_object` is intentionally unavailable because
|
|
209
|
+
S3-compatible APIs do not provide an atomic cross-key move. Keep the source
|
|
210
|
+
intact after creating a destination; deletion is a separate destructive
|
|
211
|
+
operator decision and must not be inferred from copy verification.
|
|
209
212
|
7. Treat `delete_object` as destructive and ask for explicit confirmation if
|
|
210
213
|
approval mode does not already provide it.
|
|
211
214
|
8. Use `presign_download` and `presign_upload` only for one exact object key
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"name": "io.github.aipermission/aipermission-mcp",
|
|
4
4
|
"title": "AIPermission",
|
|
5
5
|
"description": "Local-first MCP bridge for the AIPermission gateway.",
|
|
6
|
-
"version": "0.2.
|
|
6
|
+
"version": "0.2.37",
|
|
7
7
|
"packages": [
|
|
8
8
|
{
|
|
9
9
|
"registryType": "npm",
|
|
10
10
|
"identifier": "@aipermission/mcp",
|
|
11
|
-
"version": "0.2.
|
|
11
|
+
"version": "0.2.37",
|
|
12
12
|
"transport": {
|
|
13
13
|
"type": "stdio"
|
|
14
14
|
}
|