Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_FILE | No | Whether to log to file | false |
LOG_LEVEL | No | Log level: 'debug', 'info', 'warn', 'error' | info |
LOG_CONSOLE | No | Whether to log to console | true |
NEO_NETWORK | No | Default network type: 'mainnet' or 'testnet' | mainnet |
NEO_RPC_URL | No | Default URL of the Neo N3 RPC node | https://mainnet1.neo.coz.io:443 |
WALLET_PATH | No | Path to the wallet files | ./wallets |
LOG_FILE_PATH | No | Path to log file | ./logs/neo-n3-mcp.log |
NEO_NETWORK_MODE | No | Network mode: 'mainnet_only', 'testnet_only', or 'both' | both |
NEO_MAINNET_RPC_URL | No | URL of the Neo N3 mainnet RPC node | https://mainnet1.neo.coz.io:443 |
NEO_TESTNET_RPC_URL | No | URL of the Neo N3 testnet RPC node | https://testnet1.neo.coz.io:443 |
REQUIRE_CONFIRMATION | No | Whether to require confirmation for sensitive operations | true |
MAX_REQUESTS_PER_MINUTE | No | Maximum number of requests per minute | 60 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |