catalog-api-mcp-server

by davidlbl

176 downloads
Not rated
GitHub

Description

# 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 ![img](./images/img.png) Después, dentro del VSC en el fichero settings.json agregar la siguiente configuración: ```…

About

# 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 ![img](./images/img.png) Después, dentro del VSC en el fichero settings.json agregar la siguiente configuración: ``` "mcp": { "servers": {…

Details

Author
davidlbl
Downloads
176
Categories
Developer Tools

- Validates or manages P&C state.
- Integrates with VS Code MCP agent.
- Exposes Java-based tools via MCP protocol.
- Requires Java runtime and JAR file.
- Enables local MCP server interaction.

Enable the MCP agent in VS Code, then add the provided configuration in settings.json using the Java executable and the JAR file path. Start the server via the VS Code MCP interface, then select the agent to see available tools.

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

img

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

img

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

img

Validación

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

img

Documentación relacionada

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.