Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start server #2

Open
punkpeye opened this issue Dec 25, 2024 · 0 comments
Open

Cannot start server #2

punkpeye opened this issue Dec 25, 2024 · 0 comments

Comments

@punkpeye
Copy link

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.11

RUN pip install uv

WORKDIR /app

RUN git clone https://github.com/kimtth/mcp-aoai-web-browsing .

RUN uv sync

CMD ["uv", "run", "tqdm"]

When I run it, I get the following error:


0it [00:00, ?it/s]

Expected Behavior

The server should start correctly when using uv run.

Suggested Improvement

I believe the issue here is that there README does not describe which is the correct executable, and automated system is picking up a wrong one.

Looking at exported commands, I don't see which one to run:

[
|   'distro',      'dotenv',
|   'fastmcp',     'httpx',
|   'markdown-it', 'normalizer',
|   'openai',      'playwright',
|   'py.test',     'pygmentize',
|   'pytest',      'python',
|   'python3',     'python3.11',
|   'slugify',     'tqdm',
|   'typer',       'uvicorn'
| ]

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant