This commit is contained in:
2026-03-17 07:26:29 +00:00
parent e829a9ff39
commit a25be94c48

View File

@@ -61,17 +61,17 @@
type = "remote"; type = "remote";
url = "https://mcp.context7.com/mcp"; url = "https://mcp.context7.com/mcp";
}; };
grep_app = { grep_app = {
enabled = true; enabled = true;
type = "remote"; type = "remote";
url = "https://mcp.grep.app"; url = "https://mcp.grep.app";
}; };
sentry = { sentry = {
enabled = true; enabled = true;
type = "remote"; type = "remote";
url = "https://mcp.sentry.dev/mcp"; url = "https://mcp.sentry.dev/mcp";
oauth = {}; oauth = {};
}; };
}; };
}; };
}; };