tglider 0.2.0 → 0.3.1
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 +7 -0
- package/dist/index.js +1 -1
- package/dist/release-metadata.json +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,13 @@ Use the stable package for normal MCP client configuration:
|
|
|
23
23
|
}
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
+
Use installation and host-specific setup guides on the website:
|
|
27
|
+
|
|
28
|
+
- <https://glidermcp.com/tglider/installation>
|
|
29
|
+
- <https://glidermcp.com/tglider/installation/codex>
|
|
30
|
+
- <https://glidermcp.com/tglider/installation/claude-code>
|
|
31
|
+
- <https://glidermcp.com/tglider/installation/copilot>
|
|
32
|
+
|
|
26
33
|
## LLM Agent System Prompt
|
|
27
34
|
|
|
28
35
|
After connecting the server, add this instruction to the MCP client system prompt so the agent uses compiler-backed workspace facts before raw text search:
|