LICENSE
README.md
pyproject.toml
gametheory_mcp/__init__.py
gametheory_mcp/__main__.py
gametheory_mcp/_bayesian_agent.py
gametheory_mcp/_internal.py
gametheory_mcp/server.py
gametheory_mcp.egg-info/PKG-INFO
gametheory_mcp.egg-info/SOURCES.txt
gametheory_mcp.egg-info/dependency_links.txt
gametheory_mcp.egg-info/entry_points.txt
gametheory_mcp.egg-info/requires.txt
gametheory_mcp.egg-info/top_level.txt
gametheory_mcp/_core_math/__init__.py
gametheory_mcp/_core_math/bayesian.py
gametheory_mcp/_core_math/rubinstein.py
gametheory_mcp/_data/optimal_params.json
gametheory_mcp/_data/optimal_params_buyer.json
gametheory_mcp/_data/optimal_params_seller.json
gametheory_mcp/_data/pareto_frontier_buyer.json
gametheory_mcp/_data/pareto_frontier_seller.json
gametheory_mcp/auctions/__init__.py
gametheory_mcp/auctions/bidder.py
gametheory_mcp/auctions/seller.py
gametheory_mcp/mechanism/__init__.py
gametheory_mcp/mechanism/gale_shapley.py
gametheory_mcp/mechanism/optimal_auction.py
gametheory_mcp/mechanism/posted_price.py
gametheory_mcp/negotiation/__init__.py
gametheory_mcp/negotiation/buy.py
gametheory_mcp/negotiation/sell.py
tests/test_smoke.py