Open
Description
I'm trying to start this server so I can mark the associated listing as tested.
Current Behavior
This is my Dockerfile
:
FROM python:3.10
RUN pip install uv
WORKDIR /app
RUN git clone https://github.com/andybrandt/mcp-simple-openai-assistant .
RUN uv sync
CMD ["uv", "run", "mcp-simple-openai-assistant"]
When I run it, I get the following error:
<coroutine object main at 0xffff9bae4270>
sys:1: RuntimeWarning: coroutine 'main' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Expected Behavior
The server should start correctly when using uv run
.
These are the uv run
shows these commands:
- distro
- httpx
- mcp-simple-openai-assistant
- openai
- python
- python3
- python3.10
- tqdm
- uvicorn
Suggested Improvement
Could you provide a complete example in the README showing how to start the server using uv run
?
This would improve usability for developers and help automated systems like Glama to test the server
Metadata
Metadata
Assignees
Labels
No labels