Skip to main content

Mastra.getServer()

The .getServer() method is used to retrieve the server configuration that has been configured in the Mastra instance.

Usage example
Direct link to Usage example

mastra.getServer()

Parameters
Direct link to Parameters

This method doesn't accept any parameters.

Returns
Direct link to Returns

server:

ServerConfig | undefined
The configured server configuration including port, host, studioBase, timeout, API routes, middleware, CORS settings, and build options, or undefined if no server has been configured.
On this page