@transcend-io/mcp-server-consent 0.2.2 → 0.2.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.
- package/README.md +5 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @transcend-io/mcp-server-consent
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> **Beta** — this package is under active development. APIs may change without notice.
|
|
4
4
|
|
|
5
5
|
Transcend MCP Server for consent management. Provides tools for managing consent preferences, cookie triage, data flow management, and consent regime configuration.
|
|
6
6
|
|
|
@@ -10,13 +10,13 @@ For local runs from this repository, copy [`secret.env.example`](../../../secret
|
|
|
10
10
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Install the CLI globally:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
16
|
npm install -g @transcend-io/mcp-server-consent
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Or run from a checkout of this repository (see **Run from the monorepo** below).
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
@@ -80,10 +80,9 @@ See [CONTRIBUTING.md](../../../CONTRIBUTING.md#mcp-servers) for workspace layout
|
|
|
80
80
|
- `consent_set_preferences` — Set consent preferences
|
|
81
81
|
- `consent_list_purposes` — List tracking purposes
|
|
82
82
|
- `consent_list_data_flows` — List data flows
|
|
83
|
+
- `consent_list_cookies` — List cookies
|
|
83
84
|
- `consent_list_airgap_bundles` — List Airgap bundles
|
|
84
85
|
- `consent_list_regimes` — List consent regimes
|
|
85
|
-
- `consent_list_triage_cookies` — List cookies for triage
|
|
86
|
-
- `consent_list_triage_data_flows` — List data flows for triage
|
|
87
86
|
- `consent_get_triage_stats` — Get cookie/data flow triage statistics
|
|
88
87
|
- `consent_update_cookies` — Update cookies (approve, junk, assign purposes)
|
|
89
88
|
- `consent_update_data_flows` — Update data flows
|
|
@@ -91,4 +90,4 @@ See [CONTRIBUTING.md](../../../CONTRIBUTING.md#mcp-servers) for workspace layout
|
|
|
91
90
|
|
|
92
91
|
## Related packages
|
|
93
92
|
|
|
94
|
-
Also available as part of the unified [`@transcend-io/mcp`](../mcp/README.md) which includes all domains. See the [root README](../../../README.md#mcp-servers) for the full list.
|
|
93
|
+
Also available as part of the unified [`@transcend-io/mcp`](../mcp/README.md), which includes all domains. See the [root README](../../../README.md#mcp-servers) for the full list.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transcend-io/mcp-server-consent",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Transcend MCP Server — Consent Management tools.",
|
|
5
5
|
"homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-consent",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
34
34
|
"zod": "^4.3.6",
|
|
35
35
|
"@transcend-io/mcp-server-base": "0.4.0",
|
|
36
|
-
"@transcend-io/privacy-types": "5.1.
|
|
37
|
-
"@transcend-io/sdk": "1.1.
|
|
36
|
+
"@transcend-io/privacy-types": "5.1.5",
|
|
37
|
+
"@transcend-io/sdk": "1.1.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@arethetypeswrong/cli": "^0.18.2",
|