UNPKG
artillery-performance-mcp-server
Version:
latest (1.0.1)
1.0.1
1.0.0
MCP server for performance testing with Artillery.io
artillery-performance-mcp-server
/
dist
/
tools
/
index.d.ts
7 lines
(6 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
McpServer
}
from
'@modelcontextprotocol/sdk/server/mcp.js'
;
/** * Register all tools with the MCP server *
@param
server MCP server instance */
export
declare
function
registerTools
(
server: McpServer
):
Promise
<
void
>;