Skip to main content
Glama
commands.tsβ€’388 B
import { MemAgent } from '@core/index.js'; import { commandParser } from './parser.js'; /** * Cipher slash command execution * This function integrates with the command parser to handle slash commands */ export async function executeCommand( command: string, args: string[], agent: MemAgent ): Promise<boolean> { return await commandParser.executeCommand(command, args, agent); }

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/campfirein/cipher'

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