Skip to content

Commit ee4b91a

Browse files
committed
chore: bump version to 2.1.1
1 parent 698fd69 commit ee4b91a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-mongo-server",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A Model Context Protocol server for MongoDB connections",
55
"private": false,
66
"type": "module",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function createServer(
7373
{
7474
name: "mongodb",
7575
title: "MongoDB MCP Server",
76-
version: "2.1.0",
76+
version: "2.1.1",
7777
description:
7878
"MCP server for MongoDB: query, aggregate, and manage collections with read-only mode, progress notifications, cancellation, and task support",
7979
websiteUrl: "https://github.com/kiliczsh/mcp-mongo-server",

0 commit comments

Comments
 (0)