Skip to main content

Module types

Module types 

Source
Expand description

Type definitions for MCP server tools.

This module defines all parameter and result types for the three main tools:

  • introspect_server: Connect to and introspect an MCP server
  • save_categorized_tools: Generate TypeScript files with categorization
  • list_generated_servers: List all servers with generated files

Structsยง

CategorizedTool
A tool with categorization metadata from Claude.
GeneratedServerInfo
Information about a server with generated progressive loading files.
IntrospectServerParams
Parameters for introspecting an MCP server.
IntrospectServerResult
Result from introspecting an MCP server.
ListGeneratedServersParams
Parameters for listing generated servers.
ListGeneratedServersResult
Result from listing generated servers.
PendingGeneration
Pending generation session.
SaveCategorizedToolsParams
Parameters for saving categorized tools.
SaveCategorizedToolsResult
Result from saving categorized tools.
ToolGenerationError
Error that occurred while generating a specific tool.
ToolMetadata
Metadata about a tool for categorization by Claude.