Skip to main content
Glama

MCP Pyrefly Autotype Server

by lolpack

type_check_file

Analyze Python code for type consistency by executing type checking on a specified file using Pyrefly's type inference engine in the MCP Pyrefly Autotype Server.

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" }
Install Server

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