We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elevanaltd/smartsuite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
smartsuite-client.ts•391 B
// Phoenix Rebuild: Type exports for SmartSuite client
// Re-exports types from core implementation for backward compatibility
export type {
SmartSuiteAuthConfig,
SmartSuiteClient,
SmartSuiteListOptions,
SmartSuiteListResponse,
SmartSuiteRequestOptions,
} from './core/smartsuite-client.js';
export { createAuthenticatedClient, createClient } from './core/smartsuite-client.js';