MCP Simple OpenAI Assistant

MIT License
18
  • Apple
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "mcp-simple-openai-assistant" version = "0.2.6" authors = [ {name = "Andy Brandt", email = "andy@codesprinters.com"} ] description = "A simple MCP server for interacting with OpenAI assistants" readme = "README.md" requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dependencies = [ "mcp", "openai>=1.0.0", ] [project.scripts] mcp-simple-openai-assistant = "mcp_simple_openai_assistant:main"