Skip to main content
Glama

SourceSync.ai MCP Server

by pbteja1998
wretch.ts668 B
import wretch from 'wretch' import FormDataAddon from 'wretch/addons/formData' import QueryStringAddon from 'wretch/addons/queryString' /** * Creates a configured wretch client with middleware and addons */ export const WretchClient = (baseURL: string) => wretch(baseURL) .middlewares([ (next) => async (url, opts) => { const response = await next(url, opts) try { Reflect.get(response, 'type', response) } catch { Object.defineProperty(response, 'type', { get: () => 'default', }) } return response }, ]) .addon(FormDataAddon) .addon(QueryStringAddon)

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/pbteja1998/sourcesyncai-mcp'

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