@hyphaene/hexa-ts-kit 1.2.3 → 1.2.4

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 +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,6 +50,19 @@ hexa-ts scaffold playwright-feature e2e/checkout
50
50
 
51
51
  Add to your Claude Code MCP configuration:
52
52
 
53
+ ```json
54
+ {
55
+ "mcpServers": {
56
+ "hexa-ts": {
57
+ "command": "npx",
58
+ "args": ["-y", "-p", "@hyphaene/hexa-ts-kit@latest", "-c", "hexa-ts-mcp"]
59
+ }
60
+ }
61
+ }
62
+ ```
63
+
64
+ Or if installed globally:
65
+
53
66
  ```json
54
67
  {
55
68
  "mcpServers": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyphaene/hexa-ts-kit",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "TypeScript dev kit for Claude Code agents: architecture linting, scaffolding, knowledge analysis",
5
5
  "type": "module",
6
6
  "bin": {