File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.5
2+ current_version = 0.1.0
33commit = True
44tag = True
55
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.0.5 *
23+ * Version: 0.1.0 *
2424
2525This is an MCP Server implementation which allows for a standardized
2626collection management system across vector database technologies.
@@ -47,6 +47,8 @@ This repository is actively maintained - Contributions and bug reports are welco
4747
4848Automated tests are planned
4949
50+ - pytest
51+ - AI regression tests
5052<details >
5153 <summary ><b >Usage:</b ></summary >
5254
@@ -191,4 +193,4 @@ python -m pip install vector-mcp[all]
191193![ GitHub User's stars] ( https://img.shields.io/github/stars/Knucklessg1 )
192194</details >
193195
194- Special shoutouts to Microsoft Autogen V1 ♥️
196+ Special shoutouts to Microsoft Autogen V1 ♥️
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.0.5 "
7+ version = " 0.1.0 "
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