1 Star 0 Fork 0

Gitee 极速下载/conechoai_openai-websearch-mcp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ConechoAI/openai-websearch-mcp
克隆/下载
pyproject.toml 705 Bytes
一键复制 编辑 原始数据 按行查看 历史
lloyd 提交于 2025-03-13 22:51 +08:00 . get openai api key in terminal
[project]
name = "openai-websearch-mcp"
version = "0.4.0"
description = "using openai websearch as mcp server"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pydantic_extra_types==2.10.3",
"pydantic==2.10.6",
"mcp==1.3.0",
"tzdata==2025.1",
"openai==1.66.2",
"typer==0.15.2"
]
[project.scripts]
openai-websearch-mcp = "openai_websearch_mcp:main"
openai-websearch-mcp-install = "openai_websearch_mcp.cli:app"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = [
"pydantic_extra_types==2.10.3",
"pydantic==2.10.6",
"mcp==1.3.0",
"tzdata==2025.1",
"openai==1.66.2",
"typer==0.15.2"
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/conechoai_openai-websearch-mcp.git
git@gitee.com:mirrors/conechoai_openai-websearch-mcp.git
mirrors
conechoai_openai-websearch-mcp
conechoai_openai-websearch-mcp
main

搜索帮助