@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 +4 -4
- package/npm/darwin-arm64/bin/hotwired-mcp +0 -0
- package/npm/darwin-arm64/package.json +1 -1
- package/npm/darwin-x64/bin/hotwired-mcp +0 -0
- package/npm/darwin-x64/package.json +1 -1
- package/npm/linux-arm64/bin/hotwired-mcp +0 -0
- package/npm/linux-arm64/package.json +1 -1
- package/npm/linux-x64/bin/hotwired-mcp +0 -0
- package/npm/linux-x64/package.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# hotwired-mcp
|
|
2
2
|
|
|
3
|
-

|
|
3
|
+
[](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
|
-
|
|
51
|
+
Add the MCP server to Claude Code:
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
|
-
claude
|
|
54
|
+
claude mcp add hotwired -- npx @hotwired-sh/hotwired-mcp@latest
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
|
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hotwired-sh/hotwired-mcp",
|
|
3
|
-
"version": "1.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.
|
|
38
|
-
"@hotwired-sh/mcp-darwin-x64": "1.0.
|
|
39
|
-
"@hotwired-sh/mcp-linux-x64": "1.0.
|
|
40
|
-
"@hotwired-sh/mcp-linux-arm64": "1.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",
|