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.
- package/README.md +8 -0
- 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)
|