traqr-memory-mcp 0.2.6 → 0.2.7

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,7 +66,7 @@ psql postgresql://postgres:postgres@localhost:5432/postgres -f setup.sql
66
66
  }
67
67
  ```
68
68
 
69
- **Postgres + Amazon Bedrock** (enterprise/AWS)
69
+ **Postgres + Amazon Bedrock** (enterprise)
70
70
  ```json
71
71
  {
72
72
  "traqr-memory": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "traqr-memory-mcp",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Memory-as-a-service MCP server for AI agents. 11 tools, Postgres + pgvector, multi-strategy retrieval. Works with Claude Code, Cursor, Codex, and any MCP client.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",