Skip to main content
Glama

HPC-MCP

by TomMelt
MIT License
1
test_profiler.py347 B
import pytest from profiler import generate_profile_cmd @pytest.mark.parametrize( "target,args,expected", [ ("myprog.exe", ["arg1", "arg2"], "sudo ./perf_profiler myprog.exe arg1 arg2"), ], ) def test_generate_profile_cmd(target, args, expected): result = generate_profile_cmd(target, args) assert result == expected

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/TomMelt/hpc-mcp'

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