@afterxleep/doc-bot 1.7.3 → 1.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,12 +79,14 @@ Traditional AI assistants use static rule files (like Cursor Rules or Copilot's
79
79
  - AI doesn't know what documentation exists
80
80
  - Users must know to ask specific questions
81
81
  - No exploration or discovery capabilities
82
+ - AI agents rely on basic grep searches through codebases to infer project patterns
82
83
 
83
84
  **MCP with doc-bot:**
84
85
  - AI can list all available documentation
85
86
  - Discovers relevant docs automatically
86
87
  - Suggests documentation based on context
87
- - Searchable knowledge base
88
+ - Searchable knowledge base with intelligent ranking
89
+ - No need for AI to grep through your codebase - dedicated search engine
88
90
 
89
91
  ## Installation
90
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afterxleep/doc-bot",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "Generic MCP server for intelligent documentation access in any project",
5
5
  "main": "src/index.js",
6
6
  "bin": {