diff --git a/modules/ai-tools.nix b/modules/ai-tools.nix index 05a1bfc..044cb11 100644 --- a/modules/ai-tools.nix +++ b/modules/ai-tools.nix @@ -61,17 +61,17 @@ type = "remote"; url = "https://mcp.context7.com/mcp"; }; - grep_app = { - enabled = true; - type = "remote"; - url = "https://mcp.grep.app"; - }; - sentry = { - enabled = true; - type = "remote"; - url = "https://mcp.sentry.dev/mcp"; - oauth = {}; - }; + grep_app = { + enabled = true; + type = "remote"; + url = "https://mcp.grep.app"; + }; + sentry = { + enabled = true; + type = "remote"; + url = "https://mcp.sentry.dev/mcp"; + oauth = {}; + }; }; }; };