Skip to content

mcp: add MCP server for AI-driven test execution#97

Open
acerv wants to merge 1 commit intolinux-test-project:masterfrom
acerv:mcp_support
Open

mcp: add MCP server for AI-driven test execution#97
acerv wants to merge 1 commit intolinux-test-project:masterfrom
acerv:mcp_support

Conversation

@acerv
Copy link
Copy Markdown
Collaborator

@acerv acerv commented Apr 17, 2026

Expose kirk's core testing functionality via the Model Context Protocol (MCP), allowing AI assistants to discover suites, run tests, and collect results programmatically through a stdio transport.

New tools: configure_sut, list_suites, run_suite, run_command, get_run_status, get_results, stop_session.

Activated via kirk --mcp. The mcp package is an optional dependency.

Fixes: #85

@acerv acerv self-assigned this Apr 17, 2026
@acerv acerv added the enhancement New feature or request label Apr 17, 2026
@acerv acerv force-pushed the mcp_support branch 6 times, most recently from e6e6004 to 9517b37 Compare April 17, 2026 07:16
Expose kirk's core testing functionality via the Model Context Protocol
(MCP), allowing AI assistants to discover suites, run tests, and collect
results programmatically through a stdio transport.

New tools: configure_sut, list_suites, run_suite, run_command,
get_run_status, get_results, stop_session.

Activated via `kirk --mcp`. The mcp package is an optional dependency.

Fixes: linux-test-project#85
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MCP server idea

1 participant