Skip to main content
Glama

MCP Pyrefly Autotype Server

by lolpack
simple_untyped.py494 B
def add(a: int, b: int): return a + b def multiply(x: int, y: int): result = x * y return result def process_data(items: list[bool | float | int | str]): output = [] for item in items: if isinstance(item, int): output.append(item * 2) else: output.append(str(item)) return output name = "test" age = 25 numbers = [1, 2, 3, 4, 5] result = add(10, 20) product = multiply(5, 6) processed = process_data([1, "hello", 3.14, True])

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/lolpack/mcp-pyrefly-autotype'

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