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.2.27
2+ current_version = 0.2.28
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ 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 arr-mcp[all]>=0.2.27
57+ && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow arr-mcp[all]>=0.2.28
5858
5959# Default command (can be overridden)
6060CMD ["arr-mcp" ]
Original file line number Diff line number Diff line change 2121![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/arr-mcp )
2222![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/arr-mcp )
2323
24- * Version: 0.2.27 *
24+ * Version: 0.2.28 *
2525
2626## Overview
2727
Original file line number Diff line number Diff line change 1111 load_identity ,
1212)
1313
14- __version__ = "0.2.27 "
14+ __version__ = "0.2.28 "
1515
1616logging .basicConfig (
1717 level = logging .INFO ,
Original file line number Diff line number Diff line change 3636from arr_mcp .seerr_api import Api as SeerrApi
3737from arr_mcp .chaptarr_api import Api as ChaptarrApi
3838
39- __version__ = "0.2.27 "
39+ __version__ = "0.2.28 "
4040
4141logger = get_logger (name = "ArrMCP" )
4242logger .setLevel (logging .INFO )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " arr-mcp"
7- version = " 0.2.27 "
7+ version = " 0.2.28 "
88description = " Arr Suite MCP Server for Agentic AI!"
99readme = " README.md"
1010authors = [{ name = " Genius" , email = " genius@example.com" }]
@@ -24,13 +24,13 @@ dependencies = [
2424
2525[project .optional-dependencies ]
2626mcp = [
27- " agent-utilities[mcp]>=0.2.13 " ]
27+ " agent-utilities[mcp]>=0.2.14 " ]
2828
2929agent = [
30- " agent-utilities[agent,logfire]>=0.2.13 " ]
30+ " agent-utilities[agent,logfire]>=0.2.14 " ]
3131
3232all = [
33- " agent-utilities[mcp,agent,logfire]>=0.2.13 " ]
33+ " agent-utilities[mcp,agent,logfire]>=0.2.14 " ]
3434
3535[project .scripts ]
3636arr-mcp = " arr_mcp.mcp:mcp_server"
You can’t perform that action at this time.
0 commit comments