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