A MCP server implementation for HAI (Hyper Application Inventor) services
Project description
mcp-server-hai
A MCP server implementation for Tencent HAI (Hyper Application Inventor) services
Installation
Cline
if you are using cline, no installation is needed, the installation is automatically executed by uvx.
Local install
uv init example-project # init your project
uv add mcp-server-hai # download and install the package on PYPI
uv run mcp-server-hai # run the package
Usage
Using in Cline
open your cline setting file: cline_mcp_setting.json
add mcp-server-hai configuration to mcpServers as follows:
{
"mcpServers": {
"mcp-server-hai": {
"command": "uvx",
"args": [
"mcp-server-hai"
],
"env": {
"TENCENTCLOUD_SECRET_ID": "YOUR_SECRET_ID_HERE",
"TENCENTCLOUD_SECRET_KEY": "YOUR_SECRET_KEY_HERE"
},
"transportType": "stdio"
}
}
}
Then you can find the mcp server named mcp-server-hai in cline, enjoy ;)
Directly run the server
uvx mcp-server-hai
Environment variables required:
- TENCENTCLOUD_SECRET_ID: Your Tencent Cloud secret ID
- TENCENTCLOUD_SECRET_KEY: Your Tencent Cloud secret key
Features
- Create, start, stop and remove HAI instances
- Query instance information and network status
- Get available regions and instance types
Development
Install development dependencies:
uv sync
Publishing
Build and publish to PYPI:
uv add build twine
uv run python -m build
uv run twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_hai-1.1.1.tar.gz.
File metadata
- Download URL: mcp_server_hai-1.1.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42c130824b14de205be1c7334c3fe308b5e5e2f6e9decc49e06e0fe607399ac8
|
|
| MD5 |
d63c0b86fd8d2abedd9d0ead506a80ab
|
|
| BLAKE2b-256 |
10a26c3050fb2c8c066949e8ebb9e6c014551ceae3645a2d9fc9c85f6da3f0a3
|
File details
Details for the file mcp_server_hai-1.1.1-py3-none-any.whl.
File metadata
- Download URL: mcp_server_hai-1.1.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fb32db9aed17408d6be44c922c4541993938241ddceffd4b613753b34f9cbda
|
|
| MD5 |
68e92bb58a459f839e1a152e825e347e
|
|
| BLAKE2b-256 |
591c47bbfa903444e37aaa18dd7f4c26b4edce33471705d2423d8b11b7d78ed2
|