@hotwired-sh/hotwired-mcp 1.0.1 → 1.0.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
@@ -48,13 +48,24 @@ The only external connection the Hotwired Desktop App makes is for **authenticat
48
48
 
49
49
  ### For Claude Code Users
50
50
 
51
- Add the MCP server to Claude Code:
51
+ Hotwired requires both the MCP server and the Claude Plugin for full functionality.
52
+
53
+ **Step 1: Add the MCP server**
52
54
 
53
55
  ```bash
54
56
  claude mcp add hotwired -- npx @hotwired-sh/hotwired-mcp@latest
55
57
  ```
56
58
 
57
- For the full plugin experience (session hooks, slash commands), also install the [Hotwired Claude Plugin](https://github.com/hotwired-sh/claude-plugin).
59
+ **Step 2: Install the Claude Plugin**
60
+
61
+ The plugin provides session hooks and slash commands that integrate Claude Code with Hotwired workflows:
62
+
63
+ ```bash
64
+ claude plugin marketplace add hotwired-sh/claude-plugin
65
+ claude plugin install hotwired@hotwired-sh/claude-plugin
66
+ ```
67
+
68
+ See the [Hotwired Claude Plugin](https://github.com/hotwired-sh/claude-plugin) for more details.
58
69
 
59
70
  ### For Other MCP-Compatible Agents
60
71
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired-sh/mcp-darwin-arm64",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "hotwired-mcp binary for macOS ARM64",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired-sh/mcp-darwin-x64",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "hotwired-mcp binary for macOS x64",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired-sh/mcp-linux-arm64",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "hotwired-mcp binary for Linux ARM64",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired-sh/mcp-linux-x64",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "hotwired-mcp binary for Linux x64",
5
5
  "license": "MIT",
6
6
  "repository": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired-sh/hotwired-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for Hotwired multi-agent workflow orchestration",
5
5
  "author": "Hotwired <hello@hotwired.sh>",
6
6
  "license": "MIT",
@@ -34,10 +34,10 @@
34
34
  "prepare": "husky"
35
35
  },
36
36
  "optionalDependencies": {
37
- "@hotwired-sh/mcp-darwin-arm64": "1.0.1",
38
- "@hotwired-sh/mcp-darwin-x64": "1.0.1",
39
- "@hotwired-sh/mcp-linux-x64": "1.0.1",
40
- "@hotwired-sh/mcp-linux-arm64": "1.0.1"
37
+ "@hotwired-sh/mcp-darwin-arm64": "1.0.2",
38
+ "@hotwired-sh/mcp-darwin-x64": "1.0.2",
39
+ "@hotwired-sh/mcp-linux-x64": "1.0.2",
40
+ "@hotwired-sh/mcp-linux-arm64": "1.0.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@commitlint/cli": "^19.0.0",