diff --git a/pyproject.toml b/pyproject.toml index 26b43e5..3a1192b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-trove-crunchtools" -version = "0.3.0" +version = "0.4.0" description = "Self-hosted local file indexing MCP server with semantic search" requires-python = ">=3.11" license = "AGPL-3.0-or-later" diff --git a/src/mcp_trove_crunchtools/__init__.py b/src/mcp_trove_crunchtools/__init__.py index f0d192d..0cb548d 100644 --- a/src/mcp_trove_crunchtools/__init__.py +++ b/src/mcp_trove_crunchtools/__init__.py @@ -5,7 +5,7 @@ import argparse import sys -__version__ = "0.3.0" +__version__ = "0.4.0" def main() -> None: diff --git a/src/mcp_trove_crunchtools/server.py b/src/mcp_trove_crunchtools/server.py index 94fd953..37b9bb2 100644 --- a/src/mcp_trove_crunchtools/server.py +++ b/src/mcp_trove_crunchtools/server.py @@ -21,7 +21,7 @@ mcp = FastMCP( "mcp-trove-crunchtools", - version="0.3.0", + version="0.4.0", instructions=( "Self-hosted local file indexing MCP server with semantic search. " "Index any local directory and search over contents using hybrid "