MCP server exposing AgentScope tools
Project description
AgentScope Tools MCP Server
将 AgentScope 内置工具暴露为 MCP 服务的工具包。
工具列表
| 工具名称 | 描述 |
|---|---|
run_python_code |
执行 Python 代码 |
run_shell_command |
执行 Shell 命令 |
view_file |
查看文件内容 |
write_file |
写入文件内容 |
insert_file |
插入内容到文件 |
安装
pip install mcp_tools_etop_test_from_as
运行方式
使用 uvx(推荐)
uvx mcp_tools_etop_test_from_as
指定地址和端口:
uvx mcp_tools_etop_test_from_as --host 127.0.0.1 --port 8000
使用命令行
pip install mcp_tools_etop_test_from_as
mcp_tools_etop_test_from_as
默认在 http://0.0.0.0:8000/mcp 启动。
指定地址和端口:
mcp_tools_etop_test_from_as --host 127.0.0.1 --port 8000
使用 Python 代码
from mcp_tools_etop_test_from_as import run
run(host="127.0.0.1", port=8000)
直接运行模块
python -m mcp_tools_etop_test_from_as.server
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_tools_etop_test_from_as-0.1.1.tar.gz.
File metadata
- Download URL: mcp_tools_etop_test_from_as-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0425d48f1889867b7715c603999270ee20642500c87623f1155cd1172c01d62
|
|
| MD5 |
def9cb667590164c6a3de339ca4a758a
|
|
| BLAKE2b-256 |
0adeed4b6d975692714f7f81fd828015c085f947f967eed4361686a1ab92478c
|
File details
Details for the file mcp_tools_etop_test_from_as-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mcp_tools_etop_test_from_as-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3259c002273c545f843c9f71d68163bf99a036a590d55d4151037fcfe1b901eb
|
|
| MD5 |
adf44f1782c84a066d847128c3faac50
|
|
| BLAKE2b-256 |
1a5c8f6a146adc6e90898fee2c1a4f416ecbdf2fc828e35f6a03702498d9b0be
|