Server configuration that can be injected into UI resources.
These values become available in UIs via getMcpServerConfig() from @mcp-apps-kit/ui.
getMcpServerConfig()
@mcp-apps-kit/ui
Additional custom configuration.
Any extra values your UI needs at runtime.
Optional
Base URL of the MCP server.
Used by UIs to make API calls (e.g., debug logging via HTTP). Should include protocol and port (e.g., "http://localhost:3000").
"http://localhost:3000" Copy
"http://localhost:3000"
"https://api.myapp.com" Copy
"https://api.myapp.com"
Server configuration that can be injected into UI resources.
These values become available in UIs via
getMcpServerConfig()from@mcp-apps-kit/ui.