@nano-step/nano-brain 2026.7.102 → 2026.7.104

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
@@ -239,7 +239,7 @@ Add to your MCP client config (Claude Code, OpenCode, Cursor, etc.):
239
239
  {
240
240
  "mcp": {
241
241
  "nano-brain": {
242
- "type": "http",
242
+ "type": "remote",
243
243
  "url": "http://localhost:3100/mcp"
244
244
  }
245
245
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nano-step/nano-brain",
3
- "version": "2026.7.102",
3
+ "version": "2026.7.104",
4
4
  "description": "Persistent memory and code intelligence for AI coding agents",
5
5
  "bin": {
6
6
  "nano-brain": "npm/run.js"