Skip to main content
Glama

TypeScript Definitions MCP Server

by blakeyoder

check_type_compatibility

Verify TypeScript type compatibility by checking if a source type can be assigned to a target type, ensuring type safety in your code.

Instructions

Check if two types are compatible/assignable

Input Schema

NameRequiredDescriptionDefault
sourceTypeYesThe source type
targetTypeYesThe target type

Input Schema (JSON Schema)

{ "properties": { "sourceType": { "description": "The source type", "type": "string" }, "targetType": { "description": "The target type", "type": "string" } }, "required": [ "sourceType", "targetType" ], "type": "object" }

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/blakeyoder/typescript-definitions-mcp'

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