91cancerprdict
此版本是ModelScope托管STDIO的轻量级部署金丝雀,验证包安装、控制台启动、MCP初始化、工具发现和JSON-RPC传输,但不加载模型或患者数据。
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"crc-lnm-medical-agent": {
"args": [
"crc-lnm-medical-agent@1.0.11"
],
"command": "uvx"
}
}
}
可用工具 (2 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
healthcheck
Report the installed package identity and canary transport profile.
该工具无需必填参数,直接调用即可
describe_deployment
Describe the deliberately limited behavior of this deployment stage.
该工具无需必填参数,直接调用即可
服务介绍
CRC-LNM Medical Agent — ModelScope Canary
This release is a lightweight deployment canary for ModelScope hosted STDIO. It verifies
package installation, uvx console startup, MCP initialization, tool discovery, and clean
JSON-RPC transport. It does not load models, patient data, or the six medical tools.
ModelScope hosted STDIO configuration
{
"mcpServers": {
"crc-lnm-medical-agent": {
"command": "uvx",
"args": [
"crc-lnm-medical-agent@1.0.11"
]
}
}
}
In ModelScope, choose hosted deployment and STDIO. Set the command to uvx and add
exactly one argument: crc-lnm-medical-agent@1.0.11. Do not add a URL, host, port,
transport argument, or environment variable.
Local verification
From the repository root, run the fail-fast Windows verification:
powershell -ExecutionPolicy Bypass -File scripts/release_verify.ps1
The installed console process communicates only through MCP JSON-RPC on standard input
and output. scripts/smoke_stdio.py exercises initialize, tools/list, both tool calls,
and controlled shutdown.
Scope
The repository still contains the legacy medical implementation for later migration, but
setuptools excludes it from this canary wheel. Legacy HTTP, Docker, and Nexent guidance is
preserved in docs/LEGACY_HTTP_DEPLOYMENT.md and is not part of ModelScope plan A.
Research use only. This canary provides no medical output and must not be used for clinical
decision-making.