memvid-mcp-server 1.0.5 → 1.0.6

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,3 +68,11 @@ bun run src/index.ts
68
68
  # Build
69
69
  bun build ./src/index.ts --compile --outfile server
70
70
  ```
71
+
72
+ ## Credits
73
+
74
+ This MCP Server is a wrapper around the powerful **Memvid SDK**.
75
+ Full credit goes to the Memvid team for their excellent technology.
76
+
77
+ - **NPM Package**: [@memvid/sdk](https://www.npmjs.com/package/@memvid/sdk)
78
+ - **Documentation**: [docs.memvid.com](https://docs.memvid.com)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "memvid-mcp-server",
3
3
  "module": "index.ts",
4
4
  "description": "MCP Server for Memvid",
5
- "version": "1.0.5",
5
+ "version": "1.0.6",
6
6
  "logo": "https://memvid.io/logo.png",
7
7
  "keywords": [
8
8
  "mcp",