Server Config
{
"mcpServers": {
"image-search-mcp": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dlogging.pattern.console=",
"-jar",
"your-path/target/image-search-mcp-0.0.1-SNAPSHOT.jar"
],
"env": {}
}
}
}