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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. 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
- From the project root:
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tracelattice",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "Semantic Sequential Thinking Tools For Agentic Tools",
5
5
  "type": "module",
6
6
  "main": "dist/lib.js",