We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/noah-vh/mcp-server-clickup'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
specifiers.cpython-312.pyc•38.1 KiB
�
lMg�� � �N � d Z ddlmZ ddlZddlZddlZddlmZmZm Z m
Z
mZ ddlm
Z
ddlmZ eeef Z e
de� � Zeeegef Zdd
�Z G d� de� Z G d
� dej0 �� Z G d� de� Z ej6 d� Zdd�Zdd�Zdd�Zdd�Z G d� de� Z!y)z�
.. testsetup::
from packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier
from packaging.version import Version
� )�annotationsN)�Callable�Iterable�Iterator�TypeVar�Union� )�canonicalize_version)�Version�UnparsedVersionVar)�boundc �<