File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.27
2+ current_version = 0.1.28
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ ENV HOST=${HOST} \
5454RUN apt-get update \
5555 && apt-get install -y ripgrep tree fd-find curl nano \
5656 && curl -LsSf https://astral.sh/uv/install.sh | sh \
57- && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow documentdb-mcp[all]>=0.1.27
57+ && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow documentdb-mcp[all]>=0.1.28
5858
5959CMD ["documentdb-mcp" ]
Original file line number Diff line number Diff line change 2121![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/documentdb-mcp )
2222![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/documentdb-mcp )
2323
24- * Version: 0.1.27 *
24+ * Version: 0.1.28 *
2525
2626## Overview
2727
Original file line number Diff line number Diff line change 1111 load_identity ,
1212)
1313
14- __version__ = "0.1.27 "
14+ __version__ = "0.1.28 "
1515
1616logging .basicConfig (
1717 level = logging .INFO ,
Original file line number Diff line number Diff line change 2121 config ,
2222)
2323
24- __version__ = "0.1.27 "
24+ __version__ = "0.1.28 "
2525
2626logger = get_logger (name = "TokenMiddleware" )
2727logger .setLevel (logging .DEBUG )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " documentdb-mcp"
7- version = " 0.1.27 "
7+ version = " 0.1.28 "
88description = " DocumentDB MCP Server & A2A Server. DocumentDB is a MongoDB compatible open source document database built on PostgreSQL."
99readme = " README.md"
1010authors = [{ name = " Audel Rouhi" , email = " knucklessg1@gmail.com" }]
@@ -17,16 +17,16 @@ classifiers = [
1717 " Programming Language :: Python :: 3" ]
1818requires-python = " >=3.10"
1919dependencies = [
20- " agent-utilities[mcp]>=0.2.14 " ,
20+ " agent-utilities[mcp]>=0.2.15 " ,
2121 " pymongo>=4.0"
2222]
2323
2424[project .optional-dependencies ]
2525agent = [
26- " agent-utilities[agent,logfire]>=0.2.14 " ]
26+ " agent-utilities[agent,logfire]>=0.2.15 " ]
2727
2828all = [
29- " agent-utilities[mcp,agent,logfire]>=0.2.14 " ]
29+ " agent-utilities[mcp,agent,logfire]>=0.2.15 " ]
3030
3131[project .scripts ]
3232documentdb-mcp = " documentdb_mcp.mcp:mcp_server"
You can’t perform that action at this time.
0 commit comments