aptos-mcp

generate_aptos_component

Create new components (tables, modules, etc.) for Aptos projects by specifying component type, name, and project directory. Simplifies development for Aptos blockchain applications.

Instructions

Generate a new component for an Aptos project. Args: component_type: Type of component (table, module, etc.) component_name: Name of the component project_dir: Project directory path options: Additional options as a string

Input Schema

NameRequiredDescriptionDefault
component_nameYes
component_typeYes
optionsNo
project_dirYes

Input Schema (JSON Schema)

{ "properties": { "component_name": { "title": "Component Name", "type": "string" }, "component_type": { "title": "Component Type", "type": "string" }, "options": { "default": "", "title": "Options", "type": "string" }, "project_dir": { "title": "Project Dir", "type": "string" } }, "required": [ "component_type", "component_name", "project_dir" ], "title": "generate_aptos_componentArguments", "type": "object" }

You must be authenticated.

Other Tools from aptos-mcp

Related Tools

ID: wrflhe12gq