Skip to content

Commit eb4c069

Browse files
committed
Release 2.0.1
1 parent 54c0a31 commit eb4c069

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

apps/brave-search-mcp/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# brave-search-mcp
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- Added OpenAI Apps SDK and MCP Apps support
8+
9+
## 2.0.0
10+
11+
### Major Changes
12+
13+
- Add OpenAI Apps SDK and MCP Apps support
14+
315
## 1.0.3
416

517
### Patch Changes

apps/brave-search-mcp/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.1",
33
"name": "brave-search-mcp",
4-
"version": "1.0.3",
4+
"version": "2.0.1",
55
"description": "MCP Server that uses Brave Search API to search for images, general web search, video, news and points of interest.",
66
"author": {
77
"name": "Mike Chao",

apps/brave-search-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brave-search-mcp",
33
"type": "module",
4-
"version": "1.0.3",
4+
"version": "2.0.1",
55
"description": "MCP Server that uses Brave Search API to search for images, general web search, video, news and points of interest.",
66
"author": "mike.chao.one@gmail.com",
77
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)