Rename package to searchbox

This commit renames the package from vector-search-mcp to searchbox. The
package imports and executable name are updated accordingly.
This commit is contained in:
2025-09-27 01:44:46 +00:00
parent e162b0613b
commit cda334a45d
18 changed files with 107 additions and 107 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "vector-search-mcp"
name = "searchbox"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
@@ -15,7 +15,7 @@ mcp = [
]
[project.scripts]
vector-search-mcp = "vector_search_mcp.mcp_server:run"
searchbox-mcp = "searchbox.mcp_server:run"
[build-system]
requires = ["uv_build"]