"""Setup script for backward compatibility.
Modern Python packages use pyproject.toml, but this file
provides backward compatibility for older pip versions.
"""
from setuptools import setup
# Read version
with open("VERSION") as f:
version = f.read().strip()
# All configuration in pyproject.toml
setup(
name="mcp-skills",
version=version,
)
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/bobmatnyc/mcp-skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server