Name | hanzo-mcp-client JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | MCP (Model Context Protocol) client library for Hanzo Dev |
upload_time | 2025-07-26 00:11:38 |
maintainer | None |
docs_url | None |
author | Hanzo Industries Inc |
requires_python | <4.0,>=3.12 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Hanzo MCP Client
MCP (Model Context Protocol) client library for connecting to MCP servers.
This library provides the client-side implementation for connecting to MCP servers and using their tools.
## Installation
```bash
pip install hanzo-mcp-client
```
## Usage
```python
from hanzo_mcp_client import MCPClient, add_mcp_tools_to_agent
# Create a client
client = MCPClient()
# Connect to an MCP server
await client.connect("stdio", command="hanzo-mcp")
# List available tools
tools = await client.list_tools()
```
Raw data
{
"_id": null,
"home_page": null,
"name": "hanzo-mcp-client",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.12",
"maintainer_email": null,
"keywords": null,
"author": "Hanzo Industries Inc",
"author_email": "dev@hanzo.ai",
"download_url": "https://files.pythonhosted.org/packages/ec/64/5c3f667f7b7954b61abc174b0c40f0c36964179dab7aa62033176f3c7606/hanzo_mcp_client-0.1.0.tar.gz",
"platform": null,
"description": "# Hanzo MCP Client\n\nMCP (Model Context Protocol) client library for connecting to MCP servers.\n\nThis library provides the client-side implementation for connecting to MCP servers and using their tools.\n\n## Installation\n\n```bash\npip install hanzo-mcp-client\n```\n\n## Usage\n\n```python\nfrom hanzo_mcp_client import MCPClient, add_mcp_tools_to_agent\n\n# Create a client\nclient = MCPClient()\n\n# Connect to an MCP server\nawait client.connect(\"stdio\", command=\"hanzo-mcp\")\n\n# List available tools\ntools = await client.list_tools()\n```",
"bugtrack_url": null,
"license": "MIT",
"summary": "MCP (Model Context Protocol) client library for Hanzo Dev",
"version": "0.1.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "61782d7d4b60516ea2b9021582b1d1889eafe20655fb3576f6a308570a448eb1",
"md5": "02260292cf08003ed3afa9fa9dd3f3d5",
"sha256": "8433b5de7eebe0fd60606c1fed2028445f7ba0a9c9f1534f1a5d25e4e821001e"
},
"downloads": -1,
"filename": "hanzo_mcp_client-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "02260292cf08003ed3afa9fa9dd3f3d5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.12",
"size": 6455,
"upload_time": "2025-07-26T00:11:37",
"upload_time_iso_8601": "2025-07-26T00:11:37.155018Z",
"url": "https://files.pythonhosted.org/packages/61/78/2d7d4b60516ea2b9021582b1d1889eafe20655fb3576f6a308570a448eb1/hanzo_mcp_client-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ec645c3f667f7b7954b61abc174b0c40f0c36964179dab7aa62033176f3c7606",
"md5": "bec18a39ae13b4f0175daf848746da65",
"sha256": "cb391c973846391b9d766549f58bb482849b587a0a9e08f5c74b90a158e62656"
},
"downloads": -1,
"filename": "hanzo_mcp_client-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "bec18a39ae13b4f0175daf848746da65",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.12",
"size": 4750,
"upload_time": "2025-07-26T00:11:38",
"upload_time_iso_8601": "2025-07-26T00:11:38.384369Z",
"url": "https://files.pythonhosted.org/packages/ec/64/5c3f667f7b7954b61abc174b0c40f0c36964179dab7aa62033176f3c7606/hanzo_mcp_client-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-26 00:11:38",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "hanzo-mcp-client"
}