We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/niavasha/plex-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•387 B
/**
* Trakt Integration Module
* Main exports for the Trakt.tv integration
*/
export { TraktClient } from './client.js';
export { PlexToTraktMapper } from './mapper.js';
export { TraktSyncEngine } from './sync.js';
export { TraktMCPFunctions } from './mcp-functions.js';
export * from './types.js';
export type {
PlexMovie,
PlexEpisode,
PlexWatchSession
} from './mapper.js';