[project]
name = "rlm-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Matt Shaffer", email = "wx-b@users.noreply.github.com" }
]
requires-python = ">=3.12"
dependencies = [
"anthropic>=0.76.0",
"dill>=0.4.0",
"google-genai>=1.57.0",
"jsonschema>=4.26.0",
"mcp>=1.25.0",
"openai>=2.15.0",
"portkey-ai>=2.1.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"rich>=14.2.0",
"rlm",
]
[tool.hatch.build.targets.wheel]
packages = ["rlm_mcp_server"]
[tool.uv.sources]
rlm = { git = "https://github.com/alexzhang13/rlm.git" }
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"