Skip to content

Commit 4db8a06

Browse files
committed
chore(release): v2.9.0
1 parent 5254f1c commit 4db8a06

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.well-known/mcp.llmfeed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "code-index",
77
"name": "Code Index MCP",
88
"description": "Exposes project-aware indexing, search, and file utilities for LLM agents via MCP transports.",
9-
"version": "2.8.1",
9+
"version": "2.9.0",
1010
"transport": "stdio",
1111
"command": "uv",
1212
"args": [

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 = "2.8.1"
7+
version = "2.9.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__ = "2.8.1"
6+
__version__ = "2.9.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)