View the source code for this module on GitHub: https://github.com/mcp-use/mcp-use/blob/main/libraries/python/mcp_use/server/logging/startup.py
Logging
Startup
Startup API Documentation
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Startup API Documentation
function display_startup_infofrom mcp_use.server.logging.startup import display_startup_info
SignatureMCPServerrequiredServer name or configurationstrrequiredString valueintrequiredInteger valueLiteral | Nonedefault:"None"Parameter valuefloatdefault:"0.0"Parameter value
def display_startup_info(
server: MCPServer,
host: str,
port: int,
transport: Literal | None = None,
start_time: float = 0.0
):
Was this page helpful?