Service MCP Requests
This handler (com.rierino.handler.mcp.McpServerEventHandler) provides ability to utilize existing microservice capabilities to be serviced over MCP to clients
Last updated
This handler (com.rierino.handler.mcp.McpServerEventHandler) provides ability to utilize existing microservice capabilities to be serviced over MCP to clients
Last updated
server.state
Name of the state manager with MCP server configurations
mcp_server
genai_model
server.domain
Name of the server domain to include (for filtering server.state records)
procurement
-
saga.handler
Name of the saga event handler that executes tool sagas
ai_saga
saga
saga.state
Name of the state manager with saga definitions (used as tools)
ai_saga
saga
Servers used by this event handler are stored in a regular state manager as defined in section.
Responds to a request using MCP protocol. Event metadata fields applicable for this action are as follows:
domain
ID of the MCP server to interact with
procurement_specialist
-
inputElement
Json path for the input in request event payload
message
-
outputElement
Json path for the output in response event payload
output
-
With event metadata parameters as:
inputPattern
Jmespath expression for converting input payload to MCP call
-
-
Input contents should match MCP server calls such as:
For more information on MCP: