Skip to main content
Glama

DICOM-MCP

by shaunporwal
s1_test_function.py364 B
def get_height_for_16_9(width: float) -> float: """ Get the height value for a given width using 16:9 aspect ratio. Args: width (float): The width value Returns: float: The calculated height value """ return (width * 9) / 16 if __name__ == "__main__": height = get_height_for_16_9(1920) print(height)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaunporwal/DICOM-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server