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:
wmymz
2025-11-14 16:00:30 +08:00
parent 4e1c7d96fb
commit a4f6b4a5c0
3 changed files with 2 additions and 3 deletions

View File

@@ -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 = [