Skip to content

Commit 9d951e7

Browse files
fix(setup): update post-install message to reflect auto MCP registration
1 parent 6a6dce4 commit 9d951e7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

cmd/engram/main.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,8 @@ func printPostInstall(agent string) {
603603
switch agent {
604604
case "opencode":
605605
fmt.Println("\nNext steps:")
606-
fmt.Println(" 1. Restart OpenCode")
607-
fmt.Println(" 2. The plugin is auto-loaded from ~/.config/opencode/plugins/")
608-
fmt.Println(" 3. Make sure 'engram' is in your MCP config (opencode.json)")
606+
fmt.Println(" 1. Restart OpenCode — plugin + MCP server are ready")
607+
fmt.Println(" 2. Run 'engram serve &' for session tracking (HTTP API)")
609608
case "claude-code":
610609
fmt.Println("\nNext steps:")
611610
fmt.Println(" 1. Restart Claude Code — the plugin is active immediately")

0 commit comments

Comments
 (0)