fix smithery

This commit is contained in:
Taylor Wilsdon
2025-06-07 18:12:29 -04:00
parent c54e8d30db
commit 6370b6f2cf
4 changed files with 21 additions and 13 deletions

View File

@@ -11,6 +11,8 @@ RUN pip install --no-cache-dir fastapi>=0.115.12 fastmcp>=2.3.3 google-api-pytho
# Copy application code
COPY . .
# Expose the port that the app runs on
EXPOSE $PORT
# Command to run the application
CMD ["python", "main.py"]
CMD ["python", "main.py", "--transport", "streamable-http"]