Skip to content

Commit 332fff6

Browse files
committed
更新作者信息和仓库地址
- 作者: jettwang <jamiesun.net@gmail.com> - 仓库: github.com/talkincode/hyperliquid-mcp-python - 致谢原作者: GigabrainGG/hyperliquid-mcp
1 parent 4991d18 commit 332fff6

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
````markdown
12
# HyperLiquid MCP Server
23

34
基于 FastMCP 的 HyperLiquid 交易 MCP 服务器。为 AI 助手提供与 HyperLiquid 永续合约和现货交易平台交互的工具。
45

6+
> **致谢**: 本项目 Fork 自 [GigabrainGG/hyperliquid-mcp](https://github.com/GigabrainGG/hyperliquid-mcp),感谢原作者的出色工作!
7+
58
## 功能特性
69

710
### 交易工具
@@ -57,8 +60,8 @@ uvx --python 3.13 --from hyperliquid-mcp-python hyperliquid-mcp stdio
5760

5861
```bash
5962
# 克隆仓库
60-
git clone https://github.com/jamiesun/hyperliquid-mcp.git
61-
cd hyperliquid-mcp
63+
git clone https://github.com/talkincode/hyperliquid-mcp-python.git
64+
cd hyperliquid-mcp-python
6265

6366
# 安装依赖(uv 会自动处理编译)
6467
uv sync

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hyperliquid-mcp-python"
33
version = "0.1.4"
44
description = "HyperLiquid MCP Server with FastMCP - Trading tools and account management"
55
authors = [
6-
{name = "Gigabrain", email = "chetan@gigabrain.gg"}
6+
{name = "jettwang", email = "jamiesun.net@gmail.com"}
77
]
88
readme = "README.md"
99
license = {text = "MIT"}
@@ -27,10 +27,10 @@ dependencies = [
2727
]
2828

2929
[project.urls]
30-
Homepage = "https://github.com/jamiesun/hyperliquid-mcp"
31-
Repository = "https://github.com/jamiesun/hyperliquid-mcp"
32-
Documentation = "https://github.com/jamiesun/hyperliquid-mcp#readme"
33-
"Bug Tracker" = "https://github.com/jamiesun/hyperliquid-mcp/issues"
30+
Homepage = "https://github.com/talkincode/hyperliquid-mcp-python"
31+
Repository = "https://github.com/talkincode/hyperliquid-mcp-python"
32+
Documentation = "https://github.com/talkincode/hyperliquid-mcp-python#readme"
33+
"Bug Tracker" = "https://github.com/talkincode/hyperliquid-mcp-python/issues"
3434

3535
[project.optional-dependencies]
3636
dev = [

0 commit comments

Comments
 (0)