tracelattice 1.2.6 → 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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,8 +15,6 @@ 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
-
20
18
  ```bash
21
19
  npm install -g tracelattice
22
20
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tracelattice",
3
- "version": "1.2.6",
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",