feat: add a reference mcp servers (#5)

Signed-off-by: simon-mo <simon.mo@hey.com>
This commit is contained in:
Simon Mo
2025-08-05 10:41:01 -07:00
committed by GitHub
parent 71a363c21d
commit c8f0d136cc
6 changed files with 345 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[project]
name = "gpt-oss-mcp-server"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"mcp[cli]>=1.12.2",
# "gpt_oss"
]