refactor: clean up code formatting and update package version to 0.5.2

This commit is contained in:
Vladislav Polyakov
2024-11-25 23:55:42 +03:00
parent b4c727c86f
commit f5be3b785c
3 changed files with 5 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/server-brave-search",
"version": "0.5.1",
"version": "0.5.2",
"description": "MCP server for Brave Search API integration",
"license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -19,8 +19,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.5.0",
"node-fetch": "^3.3.2"
"@modelcontextprotocol/sdk": "0.5.0"
},
"devDependencies": {
"@types/node": "^20.10.0",