We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Matthew-Wise/umbraco-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
databaseSettingsPresentationModel.ts•713 B
/**
* Generated by orval v7.8.0 🍺
* Do not edit manually.
* Umbraco Management API
* This shows all APIs available in this version of Umbraco - including all the legacy apis that are available for backward compatibility
* OpenAPI spec version: Latest
*/
export interface DatabaseSettingsPresentationModel {
id: string;
sortOrder: number;
/** @minLength 1 */
displayName: string;
/** @minLength 1 */
defaultDatabaseName: string;
/** @minLength 1 */
providerName: string;
isConfigured: boolean;
requiresServer: boolean;
/** @minLength 1 */
serverPlaceholder: string;
requiresCredentials: boolean;
supportsIntegratedAuthentication: boolean;
requiresConnectionTest: boolean;
}