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.
1 parent fc0b974 commit e72e167Copy full SHA for e72e167
README.md
@@ -346,6 +346,8 @@ python server.py
346
mcp run server.py
347
```
348
349
+Note that `mcp run` or `mcp dev` only supports server using FastMCP and not the low-level server variant.
350
+
351
## Examples
352
353
### Echo Server
@@ -516,6 +518,8 @@ if __name__ == "__main__":
516
518
asyncio.run(run())
517
519
520
521
+Caution: The `mcp run` and `mcp dev` tool doesn't support low-level server.
522
523
### Writing MCP Clients
524
525
The SDK provides a high-level client interface for connecting to MCP servers:
0 commit comments