Nice to have feature that doesn't require too much effort: to implement the MCP server for kirk in order to test kernel using LTP via AI Agent.
The implementation would be as simple as:
Various LLM could connect to it, both locally or remotely, and we should probably expose features as:
prepare_sut
run_suite
run_command
which would map user commands to Session object.
Nice to have feature that doesn't require too much effort: to implement the MCP server for kirk in order to test kernel using LTP via AI Agent.
The implementation would be as simple as:
Various LLM could connect to it, both locally or remotely, and we should probably expose features as:
prepare_sutrun_suiterun_commandwhich would map user commands to
Sessionobject.