We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/martin-1103/mcp2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Environment Update Handler
* Handles environment variable update requests
*/
import { McpToolResponse } from '../../../types.js';
/**
* Update environment variables handler
*/
export declare function handleUpdateEnvironmentVariables(args: any): Promise<McpToolResponse>;
/**
* Set default environment handler
*/
export declare function handleSetDefaultEnvironment(args: any): Promise<McpToolResponse>;
/**
* Duplicate environment handler
*/
export declare function handleDuplicateEnvironment(args: any): Promise<McpToolResponse>;