weiyun-orth-mcp-server
v2.0.0
Published
百炼智能体应用使用的MCP Server(TypeScript版),给病例管理系统AI智能助手提供MCP Tools
Maintainers
Readme
weiyun-orth-mcp-server
百炼智能体应用使用的MCP Server(TypeScript版),给病例管理系统AI智能助手提供MCP Tools
环境变量
WEIYUN_API_BASE_URL:用于配置微云API的基础URL。如果未设置,则默认为https://test.delant.net.cn/R633-orth/outer/orth。
Development
node版本
23.11.0
Install dependencies:
npm installBuild the server:
npm run buildFor cursor MCP Server config
{
"mcpServers": {
"weiyun-orth-mcp-server": {
"command": "node",
"args": ["/path/to/weiyun-orth-mcp-server/build/index.js"]
}
}
}阿里百炼智能体应用MCP配置
{
"mcpServers": {
"weiyun-orth-mcp-server": {
"command": "npx",
"args": [
"-y",
"[email protected]"
]
}
}
}