fix(goose): remove MCP_HOST and such, this is not how mcp works

This commit is contained in:
2025-03-11 12:15:40 -06:00
parent e36eef4ef7
commit d42af870ff
4 changed files with 3 additions and 19 deletions

View File

@@ -72,12 +72,6 @@ fi
# Goose uses self-hosted instance, no API key required
# Set up MCP connection if provided
if [ -n "$MCP_HOST" ]; then
echo "Setting up MCP connection to $MCP_HOST"
export MCP_HOST="$MCP_HOST"
fi
# Set up Langfuse logging if credentials are provided
if [ -n "$LANGFUSE_INIT_PROJECT_SECRET_KEY" ] && [ -n "$LANGFUSE_INIT_PROJECT_PUBLIC_KEY" ]; then
echo "Setting up Langfuse logging"