cntx-ui 2.0.4 → 2.0.5

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/bin/cntx-ui.js CHANGED
@@ -41,7 +41,7 @@ switch (command) {
41
41
  break;
42
42
 
43
43
  default:
44
- console.log(`cntx-ui v2.0.3
44
+ console.log(`cntx-ui v2.0.5
45
45
 
46
46
  Usage:
47
47
  cntx-ui init Initialize configuration
package/lib/mcp-server.js CHANGED
@@ -7,7 +7,7 @@ export class MCPServer {
7
7
  this.clientCapabilities = null;
8
8
  this.serverInfo = {
9
9
  name: 'cntx-ui',
10
- version: '2.0.4'
10
+ version: '2.0.5'
11
11
  };
12
12
  }
13
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cntx-ui",
3
3
  "type": "module",
4
- "version": "2.0.4",
4
+ "version": "2.0.5",
5
5
  "description": "Minimal file bundling and tagging tool for AI development",
6
6
  "keywords": [
7
7
  "ai",