Skip to main content
Glama

Boilerplate MCP Server

by devkindhq
constants.util.ts•535 B
/** * Application constants * * This file contains constants used throughout the application. * Centralizing these values makes them easier to maintain and update. */ /** * Current application version * This should match the version in package.json */ export const VERSION = '1.0.0'; /** * Package name with scope * Used for initialization and identification */ export const PACKAGE_NAME = '@devkindhq/swell-mcp'; /** * CLI command name * Used for binary name and CLI help text */ export const CLI_NAME = 'swell-mcp';

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/devkindhq/swell-mcp'

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