Skip to content

Commit 2bc6b5a

Browse files
committed
chore: release v2.10.0
1 parent a62650a commit 2bc6b5a

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.10.0] - 2026-06-04
6+
7+
### Added
8+
- `search_dataset` tool to search supported datasets by a filter and get matching records back directly via the fast search API (PR #142)
9+
- `list_dataset_fields` tool to discover a dataset's filterable fields (name, type, description) before building a filter (PR #142)
10+
511
## [2.6.0] - 2025-10-27
612

713
### Added

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.3",
33
"name": "brightdata-mcp",
44
"display_name": "Bright Data MCP",
5-
"version": "2.7.1",
5+
"version": "2.10.0",
66
"description": "Enhance AI Agents with Real-Time Web Data via Bright Data's web scraping and unblocking services",
77
"long_description": "The official Bright Data Model Context Protocol (MCP) server enables LLMs to access, discover and extract web data in real-time. This server allows MCP clients to seamlessly search the web, navigate websites, take action and retrieve data - without getting blocked - perfect for scraping tasks. Features include search engine scraping, web page scraping as markdown/HTML, structured data extraction from popular sites, and browser automation capabilities.",
88
"author": {

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brightdata/mcp",
3-
"version": "2.9.5",
3+
"version": "2.10.0",
44
"description": "An MCP interface into the Bright Data toolset",
55
"type": "module",
66
"main": "./server.js",
@@ -25,7 +25,7 @@
2525
},
2626
"license": "MIT",
2727
"dependencies": {
28-
"@modelcontextprotocol/sdk": "1.21.2",
28+
"@modelcontextprotocol/sdk": "1.21.2",
2929
"axios": "^1.11.0",
3030
"fastmcp": "^3.33.0",
3131
"playwright": "^1.51.1",

0 commit comments

Comments
 (0)