Package io.vertx.ext.mcp
Class McpVerticle
java.lang.Object
io.vertx.core.AbstractVerticle
io.vertx.ext.mcp.McpVerticle
- All Implemented Interfaces:
io.vertx.core.Verticle
public class McpVerticle
extends io.vertx.core.AbstractVerticle
Verticle that sets up the MCP server with Vert.x transport
Created By Navíd Mitchell 🤪on 8/10/25
-
Field Summary
Fields inherited from class io.vertx.core.AbstractVerticle
context, vertx -
Constructor Summary
ConstructorsConstructorDescriptionMcpVerticle(int mcpPort, VertxMcpTransport transport, io.modelcontextprotocol.server.McpServer.AsyncSpecification<?> mcpServerSpec) -
Method Summary
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop
-
Constructor Details
-
McpVerticle
public McpVerticle(int mcpPort, VertxMcpTransport transport, io.modelcontextprotocol.server.McpServer.AsyncSpecification<?> mcpServerSpec)
-
-
Method Details