Query and execute robotic processes through standardized tool calls.
Project description
Ai_Indeed_mcp_server 项目文档
项目概述
Ai_Indeed_mcp_server 是一个基于 FastMCP 框架的 MCP(Model Context Protocol)服务器,为 Z-Bot 机器人提供流程和任务管理功能。该服务器通过 MCP 协议与 AI 助手集成,允许 AI 通过标准化的工具调用来查询和执行机器人流程。
功能特性
- 流程查询: 通过
queryAppParam和queryAppList工具查询机器人流程信息 - 流程执行: 通过
runApp工具执行机器人流程 - 任务查询: 通过
queryTaskList工具查询机器人任务信息 - 任务管理: 通过
createTask、startTask工具创建任务和执行任务 - 日志记录: 日志记录在
%APPDATA%/Z-Factory/logs目录下
安装方式
使用 uvx (推荐)
uvx Ai_Indeed_mcp_server --bot-path "path/to/your/Z-Bot.exe"
Python 环境初始化(Windows 示例)
-
安装 Python(建议安装官方 3.12+)
-
创建并激活虚拟环境:
python -m venv .venv
.venv\Scripts\Activate.ps1 # PowerShell
# 或者使用 cmd:
.venv\Scripts\activate.bat
- 更新打包工具并安装项目依赖:
python -m pip install --upgrade pip setuptools wheel
pip install Ai_Indeed_mcp_server
安装 uv / uvx(如果尚未安装)
PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
https://uv.oaix.tech/getting-started/installation/
注:uv 用于构建/打包站点,uvx 可用于在本地或服务器上启动/管理站点实例。
- 使用虚拟环境启动服务(示例):
py -m sz_mcp_server.sz_server --bot-path "C:\path\to\Z-Bot.exe"
- 使用 uvx 启动服务(示例):
uvx Ai_Indeed_mcp_server --bot-path "C:\path\to\Z-Bot.exe"
- 配置 uvx 启动项
{
"sz_mcp_server": {
"command": "uvx",
"args": [
"Ai_Indeed_mcp_server",
"--bot-path",
"C:\\path\\to\\your\\Z-Bot.exe"
]
}
}
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 ai_indeed_mcp_server-1.0.0.tar.gz.
File metadata
- Download URL: ai_indeed_mcp_server-1.0.0.tar.gz
- Upload date:
- Size: 41.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3ac47962354b78259ad45c22b1660598c70fecd786a5e8787907a71670a594e
|
|
| MD5 |
e60e2115a91b940e3738a7e0986847b3
|
|
| BLAKE2b-256 |
9939267d9674660d5b1b1c555b25d3e129693fd76fda6e4f743a6ead20694970
|
File details
Details for the file ai_indeed_mcp_server-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ai_indeed_mcp_server-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67055f0be86d154e5f2822dde40218f9fc2f77ca90a1d9c9060c4869089cf564
|
|
| MD5 |
47e8a6db6c5a885f9119b07905f008bf
|
|
| BLAKE2b-256 |
b465e0da4dcd899c01f04b633c4509a6f566c0a99aa4f78ef51d2b75a93a3a09
|