# GitHub API Token - Create one at https://github.com/settings/tokens
# Required for higher API rate limits when fetching components from GitHub
GITHUB_TOKEN=your_github_token_here
# Transport type for the MCP server - Options: stdio or http
# Default: stdio
TRANSPORT_TYPE=stdio
# Port for the HTTP server when TRANSPORT_TYPE is set to http
# Default: 3000
PORT=3000