Commit History

change Dockerfile to CMD python app.py
6ec97a6

apple muncy commited on

add entrypoint to Dockerfile
7566866

apple muncy commited on

set Dockerfile to run mcp_server.py uvicorn to 7860
d0bb80b

apple muncy commited on

change to reload=False
0199c20

apple muncy commited on

change uvicorn to 8000
468e18e

apple muncy commited on

added stag.log
fb6d0f1

apple muncy commited on

move tag.log
969592a

apple muncy commited on

remove tag.log
ae0cc9b

apple muncy commited on

add more logging to app.py
b4d5a38

apple muncy commited on

add MCP Server label to loggerS
abedc83

apple muncy commited on

add mc to Dockerfile
3062ba4

apple muncy commited on

changed logger to loggerS
b3fe4f7

apple muncy commited on

add logging to app.py
bbadaec

apple muncy commited on

add logging
bb8fbdc

apple muncy commited on

revert to original
cfe943a

apple muncy commited on

Update Dockerfile
cee02d5
verified

applemuncy commited on

Update Dockerfile
d1a6fdb
verified

applemuncy commited on

Update requirements.txt
042580f
verified

applemuncy commited on

uvicorn port 8000
108bf1c
verified

applemuncy commited on

log_level=debug
2cf9a78
verified

applemuncy commited on

main:app
3a8a6fb
verified

applemuncy commited on

log_level="info"
a19019c
verified

applemuncy commited on

app:app to app
c71f220
verified

applemuncy commited on

Update app.py
b6d2317
verified

applemuncy commited on

back to port 7860
357bf7e
verified

applemuncy commited on

back to 7860
3458ce7
verified

applemuncy commited on

change to port 8000
e231cc6
verified

applemuncy commited on

Update Dockerfile
949a4bb
verified

applemuncy commited on

maved app = gr.mount_gradio_app(app, gradio_app, path="/gradio")
86fbfc9
verified

applemuncy commited on

# uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)
6e4a28c
verified

applemuncy commited on

CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
1e4f133
verified

applemuncy commited on

edit Dockerfile
af80c55

apple muncy commited on

revert to Dockerfile with edits
b6b947d

apple muncy commited on

Delete Dockerfile
c323042
verified

applemuncy commited on

create_gradio_app()
eaa9ba3
verified

applemuncy commited on

gradio-client>=1.10.1
0a66a05
verified

applemuncy commited on

gradio>=5.34.0
af751bb
verified

applemuncy commited on

gradio 5.34.0
de05bed
verified

applemuncy commited on

gr.Interface(lambda x: "Hello, " + x + "!", "textbox", "textbox")
b323bd0
verified

applemuncy commited on

adding print statement to mcp_sever
948b954

apple muncy commited on

add app.py
84f1c5d

apple muncy commited on

add files
fffd9dc

apple muncy commited on

initial commit
f9b1458
verified

applemuncy commited on