catalog-api-mcp-server

davidlbl/catalog-api-mcp-server

3.2

If you are the rightful owner of catalog-api-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The catalog-api-mcp-server is a pilot tool designed to validate or manage the state of P&C (Product & Catalog).

catalog-api-mcp-server

Piloto de herramienta para validar o gestionar el estado de P&C

Configuración

Inicialmente, se debera activar en VSC el agente de MCP

Después, dentro del VSC en el fichero settings.json agregar la siguiente configuración:

"mcp": {
        "servers": {
            "test-catalog-status": {
                "command": "{{JAVA_HOME}}",
                    "args": [
                        "-jar",
                        "{{LOCAL_PATH}}\\catalog-api-mcp-server\\target\\catalog-api-mcp-server-0.0.1-SNAPSHOT.jar"
                    ]
            }
        }
    }

Se debera iniciar el servidor MCP dandole a start

Al iniciar, se debera seleccionar la opción de agent y aparecerán todas las tools configuradas, la cuales permitirá interactuar con el servidor MCP en local

Validación

Ya teniendo todo, se podrá preguntar información que tenga el MCP, según lo configurado en las tools definidas

Documentación relacionada

https://docs.spring.io/spring-ai/reference/api/tools.html