
    {hU                     6    d Z ddlmZ ddlmZ  G d de      Zy)z[
This module provides simpler types to use with the server for managing prompts
and tools.
    )	BaseModel)ServerCapabilitiesc                   @    e Zd ZU eed<   eed<   eed<   dZedz  ed<   y)InitializationOptionsserver_nameserver_versioncapabilitiesNinstructions)__name__
__module____qualname__str__annotations__r   r
        R/var/www/html/hubwallet-dev/venv/lib/python3.12/site-packages/mcp/server/models.pyr   r      s"    $$#L#*#r   r   N)__doc__pydanticr   	mcp.typesr   r   r   r   r   <module>r      s    
 
$I $r   