@hotwired-sh/hotwired-mcp 1.0.5 → 1.1.0

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.
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired-sh/mcp-darwin-arm64",
3
- "version": "1.0.5",
3
+ "version": "1.1.0",
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.5",
3
+ "version": "1.1.0",
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.5",
3
+ "version": "1.1.0",
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.5",
3
+ "version": "1.1.0",
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.5",
3
+ "version": "1.1.0",
4
4
  "description": "MCP server for Hotwired multi-agent workflow orchestration",
5
5
  "author": "Hotwired <hello@hotwired.sh>",
6
6
  "license": "MIT",
@@ -33,10 +33,10 @@
33
33
  "prepare": "husky"
34
34
  },
35
35
  "optionalDependencies": {
36
- "@hotwired-sh/mcp-darwin-arm64": "1.0.5",
37
- "@hotwired-sh/mcp-darwin-x64": "1.0.5",
38
- "@hotwired-sh/mcp-linux-x64": "1.0.5",
39
- "@hotwired-sh/mcp-linux-arm64": "1.0.5"
36
+ "@hotwired-sh/mcp-darwin-arm64": "1.1.0",
37
+ "@hotwired-sh/mcp-darwin-x64": "1.1.0",
38
+ "@hotwired-sh/mcp-linux-x64": "1.1.0",
39
+ "@hotwired-sh/mcp-linux-arm64": "1.1.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@commitlint/cli": "^19.0.0",