chore: fix name

Kujtim Hoxha created

Change summary

internal/llm/agent/mcp.go | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

internal/llm/agent/mcp.go 🔗

@@ -182,7 +182,8 @@ func getTools(ctx context.Context, cwd string, name string, m MCPConfig, permiss
 	initRequest := mcp.InitializeRequest{}
 	initRequest.Params.ProtocolVersion = mcp.LATEST_PROTOCOL_VERSION
 	initRequest.Params.ClientInfo = mcp.Implementation{
-		Name: "dreamlover",
+		Name:    "crush",
+		Version: version.Version,
 	}
 
 	_, err := c.Initialize(ctx, initRequest)