Skip to main content
Glama
setup.py727 B
#!/usr/bin/env python3 from setuptools import setup, find_packages with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setup( name="bach-youtube_mp36", version="1.0.0", description="MCP server for accessing Youtube Mp36 API", long_description=long_description, long_description_content_type="text/markdown", author="bachstudio", python_requires=">=3.10", install_requires=[ "fastmcp>=2.0.0", "httpx>=0.25.0", ], py_modules=["server"], entry_points={ "console_scripts": [ "bach_youtube_mp36=server:main", ], }, package_data={ "": ["openapi.json"], }, include_package_data=True, )

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/bachai-youtube-mp36'

If you have feedback or need assistance with the MCP directory API, please join our Discord server