[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "myshows-mcp"
version = "0.2.0"
description = "An MCP server for the myshows.me API, structured for easy configuration."
readme = "README.md"
requires-python = ">=3.11"
license = { text = "MIT" }
authors = [{ name = "Vitalii", email = "you@example.com" }]
dependencies = ["fastmcp", "httpx"]
[project.scripts]
myshows_mcp = "myshows_mcp.server:main"
[tool.hatch.build.targets.wheel]
# This tells the build system that our package 'myshows_mcp' is located
# inside the 'src' directory. This is the standard way to configure
# a 'src' layout with Hatch.
packages = ["src/myshows_mcp"]
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/zeloras/myshows_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server