You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2026. It is now read-only.
docs(readme): separate workflow and user documentation concerns
CHANGES
- Create workflows/README.md for technical automation details
- Remove workflow specifics from main README
- Add cross-references between documentation
IMPACT
- Clear separation between user-facing and technical documentation
- Improved maintainability with focused content per README
Copy file name to clipboardExpand all lines: README.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Local MCP server providing unified search across Python dependency manager docum
6
6
7
7
## 📋 Overview
8
8
9
-
Unified search for pip, poetry, uv, and conda docs via Docker with weekly auto-updates. Built with FastMCP and Tantivy.
9
+
Unified search for pip, poetry, uv, and conda docs via Docker with automated weekly updates. Built with FastMCP and Tantivy for simple, AI-less full-text search.
10
10
11
11
## 🚀 Getting Started
12
12
@@ -41,33 +41,27 @@ Query latest and unified documentation across all supported Python dependency ma
41
41
42
42
```plaintext
43
43
python-dep-manager-companion-mcp-server/
44
-
├── .github/workflows/
45
-
│ ├── auto-update.yml # Orchestrator: Tuesday 6pm ET
**Roadmap**: Adding support for pipenv, pdm, pixi, and additional Python package managers.
76
+
**Roadmap:** Adding support for pipenv, pdm, pixi, and additional Python package managers.
83
77
84
78
## 📄 License
85
79
86
80
This project is licensed under the [MIT License](./LICENSE) - a permissive license that allows free use, modification, and distribution with attribution.
87
81
88
82
## 📞 Support
89
83
90
-
Open GitHub issues for bug reports and feature requests. Weekly documentation updates run automatically every Tuesday at 6pm ET with signed commits by `github-actions[bot]`.
84
+
Open GitHub issues for bug reports and feature requests. Documentation is automatically updated weekly via workflows (see [.github/workflows/README.md](.github/workflows/README.md)).
0 commit comments