You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -351,6 +351,8 @@ python server.py
351
351
mcp run server.py
352
352
```
353
353
354
+
Note that `mcp run` or `mcp dev` only supports server using FastMCP and not the low-level server variant.
355
+
354
356
### Mounting to an Existing ASGI Server
355
357
356
358
You can mount the SSE server to an existing ASGI server using the `sse_app` method. This allows you to integrate the SSE server with other ASGI applications.
@@ -546,6 +548,8 @@ if __name__ == "__main__":
546
548
asyncio.run(run())
547
549
```
548
550
551
+
Caution: The `mcp run` and `mcp dev` tool doesn't support low-level server.
552
+
549
553
### Writing MCP Clients
550
554
551
555
The SDK provides a high-level client interface for connecting to MCP servers:
0 commit comments