docdex 0.1.6 → 0.1.8
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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.8
|
|
4
|
+
- smithery.yaml and Docker file fixes and added a entrypoint.sh to read environment variables and passes them as flags to docdexd
|
|
5
|
+
|
|
6
|
+
## 0.1.7
|
|
7
|
+
- Added smithery.yaml and Docker files for smithery.ai directory listing
|
|
8
|
+
|
|
3
9
|
## 0.1.6
|
|
4
10
|
- Align with MCP spec fixes (notification handling, CallToolResult content payloads, underscore tool names) so Codex and other clients stay stable.
|
|
5
11
|
- Publish npm wrapper with the latest MCP-compliant binary.
|