Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X_BASE_URL | No | Base URL for hosted mode (e.g., https://yourapp.com) | |
| X_CLIENT_ID | Yes | X app client ID (required) | |
| X_HOSTED_MODE | No | Enable hosted pairing mode (true/false) | |
| X_REDIRECT_URI | No | OAuth redirect URI | http://127.0.0.1:3000/auth/x/cb |
| X_CLIENT_SECRET | Yes | X app client secret (required) | |
| X_MCP_ENCRYPTION_KEY | No | Manual encryption key (base64, optional) |
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 | |