claude-brain 0.3.4 → 0.3.5
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/package.json +1 -1
- package/src/setup/wizard.ts +4 -2
package/package.json
CHANGED
package/src/setup/wizard.ts
CHANGED
|
@@ -234,8 +234,10 @@ SERVER_NAME=claude-brain
|
|
|
234
234
|
heading('Setup complete!'),
|
|
235
235
|
'',
|
|
236
236
|
dimText('Next steps:'),
|
|
237
|
-
` ${theme.primary('1.')}
|
|
238
|
-
`
|
|
237
|
+
` ${theme.primary('1.')} ${theme.bold('claude-brain install')}`,
|
|
238
|
+
` ${dimText('Register as MCP server')}`,
|
|
239
|
+
` ${theme.primary('2.')} ${theme.bold('claude-brain health')}`,
|
|
240
|
+
` ${dimText('Verify everything works')}`,
|
|
239
241
|
].join('\n'), 'Done'))
|
|
240
242
|
console.log()
|
|
241
243
|
}
|