docdex 0.1.7 → 0.1.10

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/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.10
4
+ - smithery deployment work to get a bettwe score. enriched server.js, added mcp.json and an icon address.
5
+
6
+ ## 0.1.9
7
+ - smithery deployment work
8
+
9
+ ## 0.1.8
10
+ - smithery.yaml and Docker file fixes and added a entrypoint.sh to read environment variables and passes them as flags to docdexd
11
+
3
12
  ## 0.1.7
4
13
  - Added smithery.yaml and Docker files for smithery.ai directory listing
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docdex",
3
- "version": "0.1.7",
3
+ "version": "0.1.10",
4
4
  "description": "Docdex CLI as an npm-installable binary wrapper.",
5
5
  "bin": {
6
6
  "docdex": "bin/docdex.js",