a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dev/opencode: add sentry mcp server (dont use oauth since thats broken)

karitham b8a0e45e ae2000aa

+5
+5
modules/home/dev/opencode.nix
··· 48 48 }; 49 49 gopls = { 50 50 type = "local"; 51 + enabled = true; 51 52 command = ["gopls" "mcp"]; 53 + }; 54 + sentry = { 55 + type = "local"; 52 56 enabled = true; 57 + command = ["${pkgs.bun}/bin/bun" "x" "mcp-remote@latest" "https://mcp.sentry.dev/mcp"]; 53 58 }; 54 59 }; 55 60 };