Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_URL | No | Server URL for client library | http://localhost:3000 |
| ROBLOX_MCP_DB_PATH | No | SQLite database file path | roblox_mcp.db |
| ROBLOX_MCP_VERBOSE | No | Enable verbose logging | false |
| ROBLOX_MCP_HMAC_SECRET | No | HMAC secret for authentication | default_secret_123 |
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 | |