lhwapi-mcp-server 1.0.4 → 1.0.6

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,11 +1,11 @@
1
- # Apifox MCP Server
1
+ # LHW API MCP Server
2
2
 
3
- MCP 服务器,用于获取 Apifox API 文档。
3
+ MCP 服务器,用于获取 API 文档(支持 Apifox)。
4
4
 
5
5
  ## 安装
6
6
 
7
7
  ```bash
8
- npm install -g apifox-mcp-server
8
+ npm install -g lhwapi-mcp-server
9
9
  ```
10
10
 
11
11
  ## 使用方法
@@ -15,9 +15,9 @@ npm install -g apifox-mcp-server
15
15
  ```json
16
16
  {
17
17
  "mcpServers": {
18
- "apifox-api-doc": {
18
+ "lhwapi-mcp-server": {
19
19
  "command": "npx",
20
- "args": ["-y", "apifox-mcp-server", "--project-id=你的项目ID"],
20
+ "args": ["-y", "lhwapi-mcp-server", "--project-id=你的项目ID"],
21
21
  "env": {
22
22
  "APIFOX_ACCESS_TOKEN": "<你的token>"
23
23
  }