Skip to main content
Glama

MCP Pyrefly Autotype Server

by lolpack

type_check_file

Perform type checking on a Python file using Pyrefly's type inference engine to ensure code correctness and compliance with type annotations.

Instructions

Run type checking on a Python file using Pyrefly

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to the Python file to type check

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to the Python file to type check", "type": "string" } }, "required": [ "file_path" ], "type": "object" }

Other Tools from MCP Pyrefly Autotype Server

Related Tools

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