You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-21Lines changed: 28 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# @hyperweb/agentic-tools
1
+
# @hyperweb/mcp-server
2
2
3
3
This project implements a Model Context Protocol (MCP) server that helps you use Hyperweb platform tools better and easier with AI agents.
4
4
@@ -7,31 +7,37 @@ This project implements a Model Context Protocol (MCP) server that helps you use
7
7
To run the Hyperweb MCP server using npx, use the following command:
8
8
9
9
```bash
10
-
npx -y @shopify/dev-mcp@latest
10
+
npx -y @hyperweb/mcp-server@latest
11
11
```
12
12
13
-
## 🛠️ Installation
13
+
## Usage with Cursor or Claude Desktop
14
14
15
-
1. Clone the repository:
15
+
Add the following configuration. For more information, read the [Cursor MCP documentation](https://docs.cursor.com/context/model-context-protocol) or the [Claude Desktop MCP guide](https://modelcontextprotocol.io/quickstart/user).
0 commit comments