We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/t3ta/memory-bank-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•583 B
/**
* @memory-bank/schemas
*
* Schema definitions for Memory Bank system
*
* This is the main entry point for the schemas package.
* It exports all schema definitions, utilities, and types.
*/
// Re-export common schemas
export * from './common/index.js';
// Re-export v2 schemas
export * from './v2/index.js';
// Re-export types
export * from './types/index.js';
// Re-export template definitions
export * from './templates/index.js';
// Export validation helpers
export * from './validation-helpers.js';
// Export versioning utilities
export * from './versioning.js';