Skip to main content
Glama
zerosync-co

Infrastructure Auto Provisioner

by zerosync-co
projects-client.ts512 B
import { createTRPCClient, httpBatchLink } from "@trpc/client"; import type { AppRouter } from "../../tf-service/src/mod.ts"; // FIXME-- export const createClient = ( projectsClientBaseUrl: string, getHeaders: () => Promise<Record<string, string>> | Record<string, string>, ) => createTRPCClient<AppRouter>({ links: [ httpBatchLink({ url: `${projectsClientBaseUrl}/trpc`, headers: getHeaders, }), ], }); export type ProjectsClient = ReturnType<typeof createClient>;

Latest Blog Posts

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/zerosync-co/mcp-server-autoprovisioner'

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