claude-brain 0.29.0 → 0.29.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.29.0
1
+ 0.29.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-brain",
3
- "version": "0.29.0",
3
+ "version": "0.29.1",
4
4
  "description": "Local development assistant bridging Obsidian vaults with Claude Code via MCP",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -30,7 +30,7 @@ export class McpProxyServer {
30
30
 
31
31
  this.server = new Server(
32
32
  { name: opts.serverName, version: opts.serverVersion },
33
- { capabilities: { tools: {} } }
33
+ { capabilities: { tools: {}, prompts: {}, resources: {} } }
34
34
  )
35
35
 
36
36
  this.setupHandlers()