TutorX-MCP / pyproject.toml
Meet Patel
Step 1: Initial TutorX MCP server setup with basic core features
c466cf2
raw
history blame
180 Bytes
[project]
name = "tutorx-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.9.3",
]