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 ddlmZ G d� de� Z G d� de� Z G d� d e� Z G d
� de� Z G d� d
e� Z
y)z/The exceptions associated with Anthropic Tools.� )�annotations)�Anyc � � e Zd ZdZy)�AnthropicToolsErrorz4Base class for exceptions raised by Anthropic Tools.N)�__name__�
__module__�__qualname__�__doc__� � �fC:\Users\noahv\Documents\GitHub\clickup-operator\.venv\Lib\site-packages\anthropic_tools/exceptions.pyr r s � �>r r c �$ � � e Zd ZdZd� fd�Z� xZS )�ToolNotFoundErrorzxThe requested tool is not found.
Attributes:
tool_name (str): The name of the tool that was not found.
c �: �� t �| � d|� d�� || _ y)zInitialize the ToolNotFoundError.
Args:
tool_name (str): The name of the tool that was not found.
zTool z not found.N)�super�__init__� tool_name)�selfr � __class__s �r
r zToolNotFoundError.__init__ s"