@hotwired-sh/hotwired-mcp 1.0.0 → 1.0.1

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
  # hotwired-mcp
2
2
 
3
- ![Hotwired](hotwired-sh.png)
3
+ [![Hotwired](hotwired-sh.png)](https://hotwired.sh)
4
4
 
5
5
  MCP (Model Context Protocol) server for [Hotwired](https://hotwired.sh) multi-agent workflow orchestration.
6
6
 
@@ -48,13 +48,13 @@ The only external connection the Hotwired Desktop App makes is for **authenticat
48
48
 
49
49
  ### For Claude Code Users
50
50
 
51
- **Just install the [Hotwired Claude Plugin](https://github.com/hotwired-sh/claude-plugin)** - it handles everything automatically:
51
+ Add the MCP server to Claude Code:
52
52
 
53
53
  ```bash
54
- claude plugin install hotwired
54
+ claude mcp add hotwired -- npx @hotwired-sh/hotwired-mcp@latest
55
55
  ```
56
56
 
57
- The plugin runs `npx @hotwired-sh/hotwired-mcp@latest` under the hood, so you'll always have the latest version. No manual installation needed.
57
+ For the full plugin experience (session hooks, slash commands), also install the [Hotwired Claude Plugin](https://github.com/hotwired-sh/claude-plugin).
58
58
 
59
59
  ### For Other MCP-Compatible Agents
60
60
 
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired-sh/mcp-darwin-arm64",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "hotwired-mcp binary for macOS ARM64",
5
5
  "license": "MIT",
6
6
  "repository": {
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired-sh/mcp-darwin-x64",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "hotwired-mcp binary for macOS x64",
5
5
  "license": "MIT",
6
6
  "repository": {
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired-sh/mcp-linux-arm64",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "hotwired-mcp binary for Linux ARM64",
5
5
  "license": "MIT",
6
6
  "repository": {
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired-sh/mcp-linux-x64",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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.0",
3
+ "version": "1.0.1",
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.0",
38
- "@hotwired-sh/mcp-darwin-x64": "1.0.0",
39
- "@hotwired-sh/mcp-linux-x64": "1.0.0",
40
- "@hotwired-sh/mcp-linux-arm64": "1.0.0"
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"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@commitlint/cli": "^19.0.0",