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
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "intro-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mcp[cli]>=1.13.1",
"nest-asyncio",
"openai>=1.0.0",
"pytest>=8.4.2",
"python-dotenv",
]