docdex 0.2.34 → 0.2.36
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.
- package/CHANGELOG.md +6 -0
- package/assets/agents.md +1 -1
- package/lib/cli_entry.js +0 -0
- package/lib/mcp_stdio_cli.js +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.36
|
|
4
|
+
- Bump release metadata to 0.2.36.
|
|
5
|
+
|
|
6
|
+
## 0.2.35
|
|
7
|
+
- Route legacy MCP JSON-RPC method names (docdex_* / docdex.*) through tools/call so older clients keep working.
|
|
8
|
+
|
|
3
9
|
## 0.2.34
|
|
4
10
|
- Normalize delegation output by stripping top-level markdown fences so local delegation doesn't fail on wrapped output.
|
|
5
11
|
|
package/assets/agents.md
CHANGED
package/lib/cli_entry.js
CHANGED
|
File without changes
|
package/lib/mcp_stdio_cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docdex",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.36",
|
|
4
4
|
"mcpName": "io.github.bekirdag/docdex",
|
|
5
5
|
"description": "Local-first documentation and code indexer with HTTP/MCP search, AST, and agent memory.",
|
|
6
6
|
"bin": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://docdex.org",
|
|
46
46
|
"license": "MIT",
|
|
47
|
-
"author": "bekir
|
|
47
|
+
"author": "bekir dağ",
|
|
48
48
|
"keywords": [
|
|
49
49
|
"docdex",
|
|
50
50
|
"documentation",
|