project basic
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "login-mcp"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastmcp>=2.11.3",
|
||||
"langchain>=0.3.27",
|
||||
"langchain-ollama>=0.3.7",
|
||||
"langgraph>=0.6.6",
|
||||
"mcpstore>=1.4.27",
|
||||
"python-dotenv>=1.1.1",
|
||||
"requests>=2.32.5",
|
||||
]
|
||||
Reference in New Issue
Block a user