@gramatr/mcp 0.7.2 → 0.7.3

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @gramatr/mcp
2
2
 
3
- Local MCP server for [gramatr](https://gramatr.com) -- your cross-agent AI brain.
3
+ Intelligence middleware for AI agents by [gramatr](https://gramatr.com).
4
4
 
5
- Proxies all remote gramatr tools with local auth injection, input validation,
6
- LRU caching, and offline queueing. Works with Claude Code, Claude Desktop,
7
- Cursor, Codex, ChatGPT Desktop, and Gemini CLI.
5
+ Pre-classifies every request, injects relevant memory and behavioral context,
6
+ enforces data quality, and maintains session continuity across Claude, ChatGPT,
7
+ Codex, Cursor, Gemini, and any MCP-compatible client.
8
8
 
9
9
  ## Quick Install
10
10
 
@@ -132,4 +132,4 @@ Or via npx (slower, checks npm on every start):
132
132
 
133
133
  ## License
134
134
 
135
- See [LICENSE](../../LICENSE) in the repository root.
135
+ See [LICENSE](LICENSE) in this package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gramatr/mcp",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "grāmatr — Intelligence middleware for AI agents. Pre-classifies every request, injects relevant memory and behavioral context, enforces data quality, and maintains session continuity across Claude, ChatGPT, Codex, Cursor, Gemini, and any MCP-compatible client.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {