MCP-RQuest

by xxxbrian
Verified
"""Setup script for mcp-rquest package.""" from setuptools import setup # This file is here for compatibility with pip # The actual package configuration is in pyproject.toml if __name__ == "__main__": setup()