pyproject.toml•1.03 kB
[build-system]
requires = ["hatchling", "mcp>=1.6.0"]
build-backend = "hatchling.build"
[project]
name = "mem0-mcp-for-pm"
version = "0.3.2"
description = "MCP Server for mem0 project management integration"
readme = "README.md"
requires-python = ">=3.12"
authors = [
{name = "Kunihiro Sugiyama", email = "kunihiros@gmail.com"},
]
maintainers = [
{name = "Kunihiro Sugiyama", email = "kunihiros@gmail.com"},
]
dependencies = [
"httpx>=0.28.1",
"mcp>=1.6.0",
"mem0ai>=0.1.55",
"python-dotenv>=1.0.0",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
]
[project.urls]
"Homepage" = "https://github.com/KunihiroS/mem0-mcp-for-pm"
"Bug Tracker" = "https://github.com/KunihiroS/mem0-mcp-for-pm/issues"
[project.scripts]
mem0-mcp-for-pm = "mem0mcp.__main__:main"
[tool.hatch.build.targets.wheel]
packages = ["src/mem0mcp"]
[tool.mcp]
entrypoint = "mem0mcp.__main__:main"