mihashi-toshitaka/spring-boot-dev-tooling-lab
v1.2.0
Use mcpdoc and GitHub MCP to verify documentation and source code, with Codex-only restricted DeepWiki access for public OSS, then fix SonarLint issues and validate changes with the Gradle Wrapper.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
mcpdoc-projectstdio
{
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"mcpdoc==0.0.10",
"--with",
"mcp==1.28.0",
"mcpdoc",
"--urls",
"Project:${PLUGIN_ROOT}/docs/agent-plugins/mcp/llms.txt",
"Gradle:https://docs.gradle.org/llms.txt",
"OpenAI:https://developers.openai.com/llms.txt",
"MCP:https://modelcontextprotocol.io/llms.txt",
"GitHub:https://docs.github.com/llms.txt",
"--allowed-domains",
"https://docs.oracle.com/",
"https://docs.spring.io/",
"https://documentation.red-gate.com/",
"https://www.postgresql.org/",
"https://valkey.io/",
"https://www.jooq.org/",
"https://java.testcontainers.org/",
"https://playwright.dev/",
"https://docs.junit.org/",
"https://www.thymeleaf.org/",
"--follow-redirects",
"--timeout",
"15",
"--transport",
"stdio"
],
"cwd": "${PLUGIN_ROOT}"
}github-projectstdio
{
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:8085:8085",
"-e",
"GITHUB_OAUTH_CALLBACK_PORT",
"-e",
"GITHUB_READ_ONLY",
"-e",
"GITHUB_TOOLSETS",
"ghcr.io/github/github-mcp-server:v1.10.0"
],
"env": {
"GITHUB_OAUTH_CALLBACK_PORT": "8085",
"GITHUB_READ_ONLY": "1",
"GITHUB_TOOLSETS": "repos"
}
}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": "spring-boot-dev-tooling-lab",
"version": "1.2.0",
"description": "Use mcpdoc and GitHub MCP to verify documentation and source code, with Codex-only restricted DeepWiki access for public OSS, then fix SonarLint issues and validate changes with the Gradle Wrapper.",
"repository": "https://github.com/mihashi-toshitaka/spring-boot-dev-tooling-lab",
"keywords": [
"spring-boot",
"gradle",
"java",
"sonarlint",
"development-tooling",
"code-quality",
"mcpdoc",
"deepwiki",
"github",
"mcp"
]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- openai.yaml