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.
- package/README.md +9 -1
- 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
|
-
|
|
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
|
{
|