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
�
lMg� � �� � d Z ddlmZ ddlZddlZddlZddlmZ G d� de� Z G d� dej � Z G d � d
ej � Z G d� dej � Z
G d
� d� Zy)a;
ELF file parser.
This provides a class ``ELFFile`` that parses an ELF executable in a similar
interface to ``ZipFile``. Only the read interface is implemented.
Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca
ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html
� )�annotationsN)�IOc � � e Zd Zy)�
ELFInvalidN)�__name__�
__module__�__qualname__� � �^C:\Users\noahv\Documents\GitHub\clickup-operator\.venv\Lib\site-packages\packaging/_elffile.pyr r s � �r r c � � e Zd ZdZdZy)�EIClass� � N)r r r �C32�C64r
r r r r � � �
�C�
�Cr r c � � e Zd ZdZdZy)�EIDatar r N)r r r �Lsb�Msbr
r r r r r r r c � � e Zd ZdZdZdZdZdZy)�EMachine� � �( �>