Skip to content

Commit 3477b5d

Browse files
authored
Merge pull request #116 from brightdata/feat/add-premium-domains
feat: add premium domains
2 parents b1f2c0f + d2de186 commit 3477b5d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brightdata/mcp",
3-
"version": "2.8.9",
3+
"version": "2.9.0",
44
"description": "An MCP interface into the Bright Data toolset",
55
"type": "module",
66
"main": "./server.js",

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async function ensure_required_zones(){
113113
},
114114
data: {
115115
zone: {name: unlocker_zone, type: 'unblocker'},
116-
plan: {type: 'unblocker'},
116+
plan: {type: 'unblocker', ub_premium: true},
117117
},
118118
});
119119
console.error(`Zone "${unlocker_zone}" created successfully`);

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"url": "https://github.com/brightdata/brightdata-mcp",
77
"source": "github"
88
},
9-
"version": "2.8.9",
9+
"version": "2.9.0",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"identifier": "@brightdata/mcp",
15-
"version": "2.8.9",
15+
"version": "2.9.0",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)