Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | The transport mechanism for communication (http, sse, or stdio). | http |
| MCP_SERVER_HOST | No | The host the MCP server will run on. | localhost |
| MCP_SERVER_PORT | No | The port the MCP server will run on. | 8000 |
| SMARTTHINGS_TOKEN | Yes | SmartThings API authentication token (OAuth 2.0 bearer token) required for interacting with the SmartThings API. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |