Tebra MCP技能
此存储库包含用于Tebra集成的Zo技能:
tebra-soap-mcp:用于办公室管理工作流的SOAP Web Services API 2.1工具。tebra-fhir-mcp:用于临床互操作性工作流程的FHIR API工具。
每种技能都有自己的 SKILL.md 执行情况 scripts/.
快速启动
- 在Zo中添加所需的机密/环境变量。
- 构建技能脚本包:
cd Skills/tebra-soap-mcp/scripts && npm install && npm run build
cd ../tebra-fhir-mcp/scripts && npm install && npm run build