initial mcp server setup

This commit is contained in:
OwusuBlessing
2025-09-11 23:13:58 +01:00
commit 20f96c0f30
141 changed files with 14444 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[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",
]