新增 Dify 到 MCP 的集成工具,支持通过 Dify API 将模型部署到 MCP 平台并进行推理。 该模块包含完整的服务器实现、依赖配置和命令行启动脚本。 主要功能: - 支持 Workflow 和 Completion 模式的调用 - 自动翻译工具名称为驼峰命名格式 - 提供文件上传与任务停止接口 - 兼容流式与非流式响应处理
23 lines
873 B
Plaintext
23 lines
873 B
Plaintext
Metadata-Version: 2.4
|
||
Name: lzwcai-mcp-smartIot
|
||
Version: 0.2.21
|
||
Summary: IoT设备控制服务器,使用FastMCP框架提供设备操作功能
|
||
Author-email: LZWCAI开发团队 <dev@lzwcai.com>
|
||
License: 专有软件
|
||
Classifier: Programming Language :: Python :: 3
|
||
Classifier: Programming Language :: Python :: 3.8
|
||
Classifier: Programming Language :: Python :: 3.9
|
||
Classifier: Programming Language :: Python :: 3.10
|
||
Classifier: Programming Language :: Python :: 3.11
|
||
Classifier: Operating System :: OS Independent
|
||
Requires-Python: >=3.8
|
||
Description-Content-Type: text/markdown
|
||
Requires-Dist: fastmcp>=0.1.0
|
||
Requires-Dist: requests
|
||
Provides-Extra: dev
|
||
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
||
Requires-Dist: black>=23.1.0; extra == "dev"
|
||
Requires-Dist: isort>=5.12.0; extra == "dev"
|
||
Requires-Dist: flake8>=6.0.0; extra == "dev"
|
||
Requires-Dist: mypy>=1.0.0; extra == "dev"
|