diff --git a/examples/custom-server/README.md b/examples/custom-server/README.md index 5e8546d..d0413b9 100644 --- a/examples/custom-server/README.md +++ b/examples/custom-server/README.md @@ -19,7 +19,7 @@ uv sync - start the server locally. Changes will trigger a reload: ```bash -uvicorn custom-server.app:mcp --reload +uvicorn custom_server.app:app --reload ``` ## Deploying a custom MCP server on Databricks Apps