@claudetools/tools 0.1.1 → 0.1.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # claudetools
2
2
 
3
- MCP server for Claude Code - persistent AI memory, task management, and codebase intelligence.
3
+ Persistent AI memory, task management, and codebase intelligence for Claude Code.
4
4
 
5
5
  ## Installation
6
6
 
package/dist/cli.js CHANGED
@@ -32,7 +32,7 @@ if (values.version) {
32
32
  // Handle help flag
33
33
  if (values.help) {
34
34
  console.log(`
35
- claudetools - MCP server for Claude Code
35
+ claudetools - Persistent AI memory for Claude Code
36
36
 
37
37
  Usage:
38
38
  claudetools [options]
@@ -42,7 +42,7 @@ Options:
42
42
  -v, --version Show version
43
43
  -h, --help Show this help
44
44
 
45
- Running without options starts the MCP server.
45
+ Running without options starts the server.
46
46
 
47
47
  Documentation: https://github.com/claudetools/memory
48
48
  `);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@claudetools/tools",
3
- "version": "0.1.1",
4
- "description": "MCP server for Claude Code - persistent AI memory, task management, and codebase intelligence",
3
+ "version": "0.1.2",
4
+ "description": "Persistent AI memory, task management, and codebase intelligence for Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {