[project]
name = "uaar-university-mcp"
version = "0.1.1"
description = "UAAR University MCP Server"
readme = "README.md"
requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [
{name = "UAAR University", email = ""}
]
maintainers = [
{name = "UAAR University", email = ""}
]
keywords = ["mcp", "university", "education", "academic", "claude", "ai-agent"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Education",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"mcp",
"fastapi",
"uvicorn",
"python-multipart",
"rich",
"python-jose[cryptography]",
"bcrypt"
]
[project.urls]
Homepage = "https://github.com/uaar-university/uaar-university-mcp"
Repository = "https://github.com/uaar-university/uaar-university-mcp.git"
Documentation = "https://github.com/uaar-university/uaar-university-mcp#readme"
Issues = "https://github.com/uaar-university/uaar-university-mcp/issues"
[project.scripts]
uaar-university-mcp = "server.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["server"]