Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Startup API Documentation
function
from mcp_use.server.logging.startup import display_startup_info
serverMCPServerrequired Server name or configuration hoststrrequired String value portintrequired Integer value transportLiteral | Nonedefault:"None" Parameter value start_timefloatdefault:"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?