File size: 330 Bytes
a4fc311
8aa8f36
a4fc311
8aa8f36
a4fc311
 
 
8aa8f36
 
a4fc311
8aa8f36
 
a4fc311
 
 
 
 
8aa8f36
a4fc311
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = "alert_mcp_server"
version = "0.1.0"
description = "Gradio MCP server for CredentialWatch alerts"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "gradio[mcp]",
    "httpx",
    "pydantic",
    "python-dotenv",
    "mcp"
]

[tool.uv]
dev-dependencies = [
    "pytest",
    "pytest-asyncio"
]