File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.13
2+ current_version = 0.1.14
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ ENV EUNOMIA_TYPE=${EUNOMIA_TYPE}
4646ENV EUNOMIA_POLICY_FILE=${EUNOMIA_POLICY_FILE}
4747ENV EUNOMIA_REMOTE_URL=${EUNOMIA_REMOTE_URL}
4848ENV PATH="/usr/local/bin:${PATH}"
49- ENV UV_HTTP_TIMEOUT=600
49+ ENV UV_HTTP_TIMEOUT=3600
5050
5151RUN pip install uv \
52- && uv pip install --system --upgrade vector-mcp[all]>=0.1.13
52+ && uv pip install --system --upgrade vector-mcp[all]>=0.1.14
5353
5454ENTRYPOINT exec vector-mcp \
5555 --transport "${TRANSPORT}" \
Original file line number Diff line number Diff line change 2020![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/vector-mcp )
2121![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/vector-mcp )
2222
23- * Version: 0.1.13 *
23+ * Version: 0.1.14 *
2424
2525This is an MCP Server implementation which allows for a standardized
2626collection management system across vector database technologies.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " vector-mcp"
7- version = " 0.1.13 "
7+ version = " 0.1.14 "
88description = " Integrate RAG into AI Agents via MCP Server. Supports multiple Vector database technologies."
99readme = " README.md"
1010authors = [{
name =
" Audel Rouhi" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments