Skip to main content
Glama
pyproject.toml1.48 kB
[project] name = "bach-youtube_mp36" version = "1.0.0" description = "MCP server for accessing Youtube Mp36 API" readme = "README.md" requires-python = ">=3.10" license = {file = "LICENSE"} authors = [ {name = "bachstudio"} ] keywords = ["mcp", "youtube_mp36", "api", "model-context-protocol"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "fastmcp>=2.0.0", "httpx>=0.25.0", ] [project.scripts] bach_youtube_mp36 = "server:main" [project.optional-dependencies] dev = [ "pytest>=7.0.0", "black>=23.0.0", ] [project.urls] Homepage = "https://github.com/bachstudio/bach-youtube_mp36" Repository = "https://github.com/bachstudio/bach-youtube_mp36" Documentation = "https://github.com/bachstudio/bach-youtube_mp36#readme" "Bug Tracker" = "https://github.com/bachstudio/bach-youtube_mp36/issues" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] artifacts = ["openapi.json"] [tool.hatch.build.targets.sdist] include = [ "server.py", "openapi.json", "README.md", "LICENSE", "__init__.py", ] [tool.hatch.version] path = "server.py" pattern = '__version__ = "(?P<version>[^"]+)"'

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