Skip to content

Commit 9c42ad7

Browse files
committed
chore: bump version to v1.1.0 for enhanced file watcher release
Prepare for v1.1.0 release with enhanced file watcher capabilities including: - Real-time monitoring and auto-refresh capabilities - Enhanced file watcher and index service with improved logging and concurrency control - Comprehensive file watcher with automatic index refresh - Thread-safe implementation with proper asyncio handling - Cross-platform file system monitoring support Note: These features were developed after v1.0.0 tag but were not included in the PyPI release due to release operation timing. This version bump ensures PyPI and local versions are synchronized with the latest functionality.
1 parent 8c2f5c6 commit 9c42ad7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ For contributing or local development:
167167
"mcpServers": {
168168
"code-index": {
169169
"command": "uv",
170-
"args": ["run", "code_index_mcp"]
170+
"args": ["run", "code-index-mcp"]
171171
}
172172
}
173173
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "code-index-mcp"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Code indexing and analysis tools for LLMs using MCP"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/code_index_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
A Model Context Protocol server for code indexing, searching, and analysis.
44
"""
55

6-
__version__ = "0.4.1"
6+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)