Skip to main content
Glama

Notion MCP Server

by SAhmadUmass
utils.d.ts577 B
/** * Utility for enforcing exhaustiveness checks in the type system. * * @see https://basarat.gitbook.io/typescript/type-system/discriminated-unions#throw-in-exhaustive-checks * * @param value The variable with no remaining values */ export declare function assertNever(value: never): never; type AllKeys<T> = T extends unknown ? keyof T : never; export declare function pick<O, K extends AllKeys<O>>(base: O, keys: readonly K[]): Pick<O, K>; export declare function isObject(o: unknown): o is Record<PropertyKey, unknown>; export {}; //# sourceMappingURL=utils.d.ts.map

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/SAhmadUmass/notion-mcp-server'

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