depwire-cli 0.2.4 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "depwire-cli",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Code cross-reference visualization and AI context engine for TypeScript. Analyzes codebases to show dependencies, enables AI tools with MCP, and renders beautiful arc diagrams.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -74,5 +74,6 @@
74
74
  "sharp": "0.34.5",
75
75
  "tsup": "8.5.1",
76
76
  "typescript": "5.9.3"
77
- }
77
+ },
78
+ "mcpName": "io.github.atef-ataya/depwire"
78
79
  }