thread-mcp 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -486,7 +486,7 @@ thread-mcp/
486
486
 
487
487
  ## License
488
488
 
489
- MIT
489
+ GPL-3.0
490
490
 
491
491
  ## Contributing
492
492
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thread-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for saving AI conversation threads to local files or remote servers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -45,7 +45,7 @@
45
45
  "llm"
46
46
  ],
47
47
  "author": "",
48
- "license": "MIT",
48
+ "license": "GPL-3.0",
49
49
  "engines": {
50
50
  "node": ">=22.0.0"
51
51
  },