```
docs(readme): 更新版本号至 0.1.7 并清理冗余导入 (main) 在 pyproject.toml 中将版本号由 0.1.6 更新为 0.1.7。 修订 README.md,删除“最新”标识以保持版本记录一致。 移除 search_context.py 中不必要的 __future__ 导入语句。 ```
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "acemcp"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
description = "MCP server for codebase indexing and semantic search with multi-encoding support and .gitignore integration"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user