artillery-performance-mcp-server
Version:
MCP server for performance testing with Artillery.io
12 lines (11 loc) • 414 B
TypeScript
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
/**
* Create and configure the MCP server instance
* @returns Configured MCP server instance
*/
export declare function createMcpServer(): McpServer;
/**
* Initialize the MCP server with all resources, tools, and prompts
* @param server MCP server instance
*/
export declare function initializeMcpServer(server: McpServer): Promise<void>;