Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
chore: Bump version to 0.1.4
Browse files Browse the repository at this point in the history
- Update version in package.json
- Sync server version number in index.ts
  • Loading branch information
mzxrai committed Dec 7, 2024
1 parent 93718ec commit 5bc4b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ async function takeScreenshotWithSizeLimit(page: Page): Promise<string> {
const server: Server = new Server(
{
name: "webresearch", // Server name identifier
version: "0.1.0", // Server version number
version: "0.1.4", // Server version number
},
{
capabilities: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mzxrai/mcp-webresearch",
"version": "0.1.3",
"version": "0.1.4",
"description": "MCP server for web research",
"license": "MIT",
"author": "mzxrai",
Expand Down

0 comments on commit 5bc4b03

Please sign in to comment.