Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GITHUB_TOKEN | No | GitHub token for increased API rate limits |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
create_new_project_prompt | Prompt template for creating a new Aptos project |
debug_move_contract_prompt | Prompt template for debugging Move contract errors |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_aptos_project | Copy |
generate_aptos_component | Copy |
test_aptos_contract | Copy |
create_aptos_indexer | Copy |
create_gas_station | Copy |
aptos_abi_generate | Copy |