/**
* Export all node and credential definitions in a way that works with n8n
*/
// The actual node and credential classes
import { CreateveAI } from './nodes/CreateveAI.node';
import { CreateveAIApi } from './credentials/CreateveAIApi.credentials';
// Exports for n8n to discover the nodes and credentials
export const nodeTypes = {
CreateveAI,
};
export const credentialTypes = {
CreateveAIApi,
};
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/spgoodman/createveai-nexus-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server