Skip to main content
Glama
index.ts969 B
/** * @fileoverview Slash Commands Module * Central exports for the slash command system. */ // Types export type { SlashCommand, StaticSlashCommand, DynamicSlashCommand, SlashCommandMetadata, FormattedSlashCommand } from './types.js'; // Factory functions export { staticCommand, dynamicCommand } from './factories.js'; export type { StaticCommandOptions } from './factories.js'; // Commands export { allCommands, goham } from './commands/index.js'; // Profiles - self-contained profile classes for each editor export { // Base class BaseSlashCommandProfile, // Profile classes (editors that support slash commands) ClaudeProfile, CodexProfile, CursorProfile, OpenCodeProfile, RooProfile, GeminiProfile, // Utility functions getProfile, getAllProfiles, getProfileNames } from './profiles/index.js'; // Profile types export type { SlashCommandResult } from './profiles/index.js'; // Utilities export { resolveProjectRoot } from './utils.js';

Latest Blog Posts

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/eyaltoledano/claude-task-master'

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