Skip to content

nise-nabe/gradle-tapi-mcp

v0.12.0

Query and run Gradle builds through the Gradle Tooling API MCP server with token-efficient defaults.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

gradlestdio
{
  "type": "stdio",
  "command": "bash",
  "args": [
    "${PLUGIN_ROOT}/scripts/run-mcp.sh"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "gradle-tapi-mcp",
  "version": "0.12.0",
  "description": "Query and run Gradle builds through the Gradle Tooling API MCP server with token-efficient defaults.",
  "author": {
    "name": "nise-nabe",
    "url": "https://github.com/nise-nabe"
  },
  "homepage": "https://github.com/nise-nabe/gradle-tapi-mcp-server",
  "repository": "https://github.com/nise-nabe/gradle-tapi-mcp-server",
  "keywords": ["gradle", "mcp", "tooling-api", "build"]
}