Skip to main content
Glama
portel-dev

NCP - Natural Context Provider

by portel-dev
ui-messages.ts1.08 kB
/** * Centralized UI messages to ensure consistency across CLI and MCP interfaces. * This acts as the Single Source of Truth for user-facing strings. */ export const UIMessages = { /** * Usage hint for running a photon tool */ photonUsage: (name: string) => `💡 Usage: ncp run ${name} <tool> [args]`, /** * Discovery hint for finding tools in a photon */ photonDiscovery: (name: string) => `🔍 Discover tools: ncp find ${name}`, /** * Success message header for photon installation */ photonInstalled: (name: string) => `✅ Photon "${name}" installed successfully!`, /** * Success message header for photon import from clipboard */ photonImportedClipboard: (name: string) => `✅ Photon "${name}" imported from clipboard!`, /** * Success message header for photon import from file */ photonImportedFile: (name: string) => `✅ Photon "${name}" imported successfully!`, /** * Success message header for photon download */ photonDownloaded: (name: string) => `✅ Photon "${name}" downloaded successfully!`, };

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/portel-dev/ncp'

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