contextl 1.1.3 → 1.1.4

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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,15 @@ No LLM. No embeddings. No API keys. No vector database. Pure dependency graph +
20
20
 
21
21
  **Requires Python 3.9+** on your PATH. Everything else (`networkx`, `mcp`) installs automatically on first run.
22
22
 
23
- Add this to your IDE's MCP config file:
23
+ ### Option 1: The AI Prompt Method (Recommended)
24
+ Since you are using an AI IDE, you don't even need to edit the configuration yourself. Just open Cursor's Composer or Claude Code's chat and paste this prompt:
25
+
26
+ > *"Hey, add the `contextl` MCP server to your configuration file. The command is `npx` and the args are `["-y", "contextl"]`."*
27
+
28
+ The AI will find its own config file, inject the JSON, and reboot automatically.
29
+
30
+ ### Option 2: The Manual Method
31
+ If you prefer to configure it manually, add this to your IDE's MCP config file:
24
32
 
25
33
  ```json
26
34
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contextl",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
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",