mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 04:54:17 +02:00
Fix module mode docstring example order
This commit is contained in:
parent
173b93a4c3
commit
d35ce8dd2e
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ async def run(
|
|||
4. MCPConfig file: "mcp.json" - runs as a proxy server for the MCP Servers in the MCPConfig file
|
||||
5. FastMCP config: "fastmcp.json" - runs server using FastMCP configuration
|
||||
6. No argument: looks for fastmcp.json in current directory
|
||||
7. Module mode: "my_module -m" - runs the module directly via python -m
|
||||
7. Module mode: "-m my_module" - runs the module directly via python -m
|
||||
|
||||
Server arguments can be passed after -- :
|
||||
fastmcp run server.py -- --config config.json --debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue