@rizom/brain 0.1.1-alpha.7 → 0.1.1-alpha.8
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 +15 -6
- package/dist/brain.js +3355 -885
- package/dist/seed-content/relay/README.md +4 -4
- package/dist/site.js +108 -108
- package/dist/site.js.map +5 -5
- package/package.json +6 -3
|
@@ -80,8 +80,8 @@ cd brains
|
|
|
80
80
|
# Install dependencies
|
|
81
81
|
bun install
|
|
82
82
|
|
|
83
|
-
# Navigate to
|
|
84
|
-
cd apps/
|
|
83
|
+
# Navigate to your relay app
|
|
84
|
+
cd apps/my-relay
|
|
85
85
|
```
|
|
86
86
|
|
|
87
87
|
### Configuration
|
|
@@ -173,7 +173,7 @@ bun run matrix:setup # Interactive Matrix configuration
|
|
|
173
173
|
### Project Structure
|
|
174
174
|
|
|
175
175
|
```
|
|
176
|
-
apps/
|
|
176
|
+
apps/my-relay/
|
|
177
177
|
├── brain.config.ts # Main configuration
|
|
178
178
|
├── seed-content/ # Initial markdown content
|
|
179
179
|
├── scripts/ # Utility scripts
|
|
@@ -218,7 +218,7 @@ Configure Claude Desktop or another MCP client:
|
|
|
218
218
|
"mcpServers": {
|
|
219
219
|
"recall": {
|
|
220
220
|
"command": "node",
|
|
221
|
-
"args": ["/path/to/brains/apps/
|
|
221
|
+
"args": ["/path/to/brains/apps/my-relay/brain.yaml", "--mcp"]
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
}
|