Skip to main content
Glama

Whodis MCP Server

by vinsidious
constants.util.ts614 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 * Updated by semantic-release and the update-version script. */ export const VERSION = '1.1.1'; /** * Package name * Used for initialization, identification, and global config lookup. */ export const PACKAGE_NAME = 'whodis-mcp-server'; /** * CLI command name * Used for binary name and CLI help text */ export const CLI_NAME = 'whodis-mcp-server';

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/vinsidious/whodis-mcp-server'

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