tracelattice 1.2.5 → 1.2.7
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 +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,10 +15,9 @@ An MCP (Model Context Protocol) server that provides sequential thinking capabil
|
|
|
15
15
|
|
|
16
16
|
Requires [Node.js](https://nodejs.org/) v18+.
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
```bash
|
|
19
|
+
npm install -g tracelattice
|
|
20
20
|
```
|
|
21
|
-
> **Tip:** Use `./install.sh --link` for development mode (symlinks instead of copying, rebuild with `npm run build` after changes).
|
|
22
21
|
|
|
23
22
|
## Configure MCP Client
|
|
24
23
|
|