contextl 1.2.37 → 1.2.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contextl",
3
- "version": "1.2.37",
3
+ "version": "1.2.38",
4
4
  "description": "contextl — finds the most relevant files in your codebase for any change request. MCP server for AI coding agents.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -11,7 +11,7 @@ def install_mcp():
11
11
  targets = []
12
12
 
13
13
  # 1. Antigravity
14
- targets.append(home / ".gemini" / "antigravity" / "mcp_config.json")
14
+ targets.append(home / ".gemini" / "config" / "mcp_config.json")
15
15
 
16
16
  # 2. Claude Desktop
17
17
  if system == "Darwin":