Gradle MCP Server
未申請A Model Context Protocol (MCP) server to enable AI tools to interact with Gradle projects programmatically.
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(11個)
arguments
(array of strings, optional): Gradle command-line arguments (e.g., ["--info", "-PmyProp=value"]).
defaultMaxLogLines
(integer, optional): Set the default output line limit (defaults internally to 100).
environmentVariables
(object, optional): Environment variables for the build (e.g., {"CI": "true"}).
gradleTasks
(array of strings, optional): Test tasks to run (defaults to ["test"]).
includeOutputForPassed
(boolean, optional): Set to true to include output for passed tests (default false).
jvmArguments
(array of strings, optional): JVM arguments for Gradle (e.g., ["-Xmx4g"]).
maxLogLines
(integer, optional): Override the default limit on output lines per test (0 for unlimited).
projectPath
(string, required): Absolute path to the Gradle project root.
requestedInfo
(array of strings, optional): List of categories to retrieve (e.g., ["tasks", "environment"]).
tasks
(array of strings, required): List of task names to execute (e.g., ["clean", "assemble"]).
testPatterns
(array of strings, optional): Test filter patterns passed via --tests (e.g., [".MyTestClass"]).