Skip to main content

Module generate

Module generate 

Source
Expand description

Generate command implementation.

Generates progressive loading TypeScript files from MCP server tool definitions. This command:

  1. Introspects the server to discover tools and schemas
  2. Generates TypeScript files for progressive loading (one file per tool)
  3. Saves files to ~/.claude/servers/{server-id}/ directory

Functionsยง

run
Runs the generate command.