Skip to main content
Glama
adapters.js1.07 kB
import process from 'node:process'; // List of adapters to check for. `version` is used to pin the installed adapter version and should point // to the latest version of the adapter that is compatible with adapter-auto's current peerDependency version of SvelteKit. export const adapters = [ { name: 'Vercel', test: () => !!process.env.VERCEL, module: '@sveltejs/adapter-vercel', version: '4' }, { name: 'Cloudflare Pages', test: () => !!process.env.CF_PAGES, module: '@sveltejs/adapter-cloudflare', version: '3' }, { name: 'Netlify', test: () => !!process.env.NETLIFY, module: '@sveltejs/adapter-netlify', version: '3' }, { name: 'Azure Static Web Apps', test: () => process.env.GITHUB_ACTION_REPOSITORY === 'Azure/static-web-apps-deploy', module: 'svelte-adapter-azure-swa', version: '0.20' }, { name: 'AWS via SST', test: () => !!process.env.SST, module: 'svelte-kit-sst', version: '2' }, { name: 'Google Cloud Run', test: () => !!process.env.GCP_BUILDPACKS, module: '@sveltejs/adapter-node', version: '5' } ];

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MatheusgVentura/Project-One'

If you have feedback or need assistance with the MCP directory API, please join our Discord server