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
transaction.cpython-312.pyc•4.49 KiB
�
lMg^ � �N � d dl mZ G d� d� Z G d� d� Z G d� de� Zy) � )�dequec �0 � e Zd ZdZd� Zd� Zd� Zd� Zdd�Zy) �Transactiona Filesystem transaction write context
Gathers files for deferred commit or discard, so that several write
operations can be finalized semi-atomically. This works by having this
instance as the ``.transaction`` attribute of the given filesystem
c �0 � || _ t � | _ y)�O
Parameters
----------
fs: FileSystem instance
N)�fsr �files)�selfr �kwargss �^C:\Users\noahv\Documents\GitHub\clickup-operator\.venv\Lib\site-packages\fsspec/transaction.py�__init__zTransaction.__init__ s � � ����W��
� c �&