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
�
lMgR � �2 � d dl mZ d dlmZ G d� de� Zy)� )�AbstractFileSystem)�tokenizec �4 � e Zd ZdZd� ZeZd� Zd� Zd� Zdd�Z y) �AbstractArchiveFileSystema(
A generic superclass for implementing Archive-based filesystems.
Currently, it is shared amongst
:class:`~fsspec.implementations.zip.ZipFileSystem`,
:class:`~fsspec.implementations.libarchive.LibArchiveFileSystem` and
:class:`~fsspec.implementations.tar.TarFileSystem`.
c �L � dt | � j � dt | � � d�S )Nz<Archive-like object z at �>)�type�__name__�id)�selfs �ZC:\Users\noahv\Documents\GitHub\clickup-operator\.venv\Lib\site-packages\fsspec/archive.py�__str__z!AbstractArchiveFileSystem.__str__ s&