We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 096cb11 + 39dcc61 commit c738371Copy full SHA for c738371
pizzaz_server_python/main.py
@@ -324,4 +324,4 @@ async def _call_tool_request(req: types.CallToolRequest) -> types.ServerResult:
324
if __name__ == "__main__":
325
import uvicorn
326
327
- uvicorn.run("pizzaz_server_python.main:app", host="0.0.0.0", port=8000)
+ uvicorn.run("main:app", host="0.0.0.0", port=8000)
solar-system_server_python/main.py
@@ -310,4 +310,4 @@ async def _call_tool_request(req: types.CallToolRequest) -> types.ServerResult:
310
311
312
313
- uvicorn.run("solar-system_server_python.main:app", host="0.0.0.0", port=8000)
0 commit comments