openai/gpt-oss

Public

mirrored fromhttps://github.com/openai/gpt-ossAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

gpt-oss-mcp-server/pyproject.toml

8lines · modecode

1[project]
2name = "gpt-oss-mcp-server"
3version = "0.1.0"
4requires-python = ">=3.10"
5dependencies = [
6 "mcp[cli]>=1.12.2",
7 # "gpt_oss"
8]
9