[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "mcp-verify-claim" version = "1.0.0" description = "Force agents to report claims in evidence-gated tiers (FACT / INFERENCE / SPECULATION / UNVERIFIED). Deterministic, no-LLM." readme = "README.md" requires-python = ">=3.9" license = { text = "MIT" } authors = [{ name = "sudo-ai-git", email = "sudo-ai-git@users.noreply.github.com" }] keywords = ["mcp", "mcp-server", "verification", "ai-safety", "truthfulness", "evidence", "llm-agents"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Quality Assurance", ] dependencies = [ "mcp>=1.0,<2", ] [project.urls] Homepage = "https://github.com/sudo-ai-git/mcp-verify-claim" Repository = "https://github.com/sudo-ai-git/mcp-verify-claim" [project.scripts] mcp-verify-claim = "mcp_server:main_entry" [tool.setuptools] py-modules = ["mcp_server"]