File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed
Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.16
2+ current_version = 0.1.17
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ ENV HOST=${HOST} \
5353 UV_COMPILE_BYTECODE=1
5454
5555RUN apt-get update \
56- && apt-get install -y curl nano \
56+ && apt-get install -y ripgrep tree fd-find curl nano \
5757 && curl -LsSf https://astral.sh/uv/install.sh | sh \
58- && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow searxng-mcp[all]>=0.1.16
58+ && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow searxng-mcp[all]>=0.1.17
5959
6060CMD ["searxng-mcp" ]
Original file line number Diff line number Diff line change 2121![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/searxng-mcp )
2222![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/searxng-mcp )
2323
24- * Version: 0.1.16 *
24+ * Version: 0.1.17 *
2525
2626## Overview
2727
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " searxng-mcp"
7- version = " 0.1.16 "
7+ version = " 0.1.17 "
88description = " SearXNG Search Engine MCP Server for Agentic AI!"
99readme = " README.md"
1010authors = [{ name = " Audel Rouhi" , email = " knucklessg1@gmail.com" }]
@@ -17,6 +17,9 @@ classifiers = [
1717 " Programming Language :: Python :: 3" ,
1818]
1919requires-python = " >=3.10"
20+ dependencies = [
21+ " tree-sitter>=0.23.2" ,
22+ ]
2023
2124[project .optional-dependencies ]
2225mcp = [
Original file line number Diff line number Diff line change 3838from pydantic_ai .ui import SSE_CONTENT_TYPE
3939from pydantic_ai .ui .ag_ui import AGUIAdapter
4040
41- __version__ = "0.1.16 "
41+ __version__ = "0.1.17 "
4242
4343logging .basicConfig (
4444 level = logging .INFO ,
Original file line number Diff line number Diff line change 2626from searxng_mcp .utils import to_boolean , to_integer
2727from searxng_mcp .middlewares import UserTokenMiddleware , JWTClaimsLoggingMiddleware
2828
29- __version__ = "0.1.16 "
29+ __version__ = "0.1.17 "
3030
3131logging .basicConfig (
3232 level = logging .DEBUG , format = "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
You can’t perform that action at this time.
0 commit comments