10 lines
201 B
Bash
10 lines
201 B
Bash
# MiChangarrito MCP Server - Environment Variables
|
|
|
|
# Backend API
|
|
BACKEND_URL=http://localhost:3141
|
|
BACKEND_API_PREFIX=/api/v1
|
|
|
|
# Server Name
|
|
MCP_SERVER_NAME=michangarrito-mcp
|
|
MCP_SERVER_VERSION=1.0.0
|