13 lines
247 B
TOML
13 lines
247 B
TOML
|
|
[project]
|
||
|
|
name = "mcp-template"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Add your description here"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.12"
|
||
|
|
dependencies = [
|
||
|
|
"mcp[cli]>=1.14.0",
|
||
|
|
"nest-asyncio>=1.6.0",
|
||
|
|
"openai>=1.107.1",
|
||
|
|
"psutil",
|
||
|
|
]
|