Package org.machanism.machai.mcp.maven
package org.machanism.machai.mcp.maven
Provides Maven plugin Mojos and utilities for managing MCP server lifecycle and configuration.
This package contains abstract and concrete Mojo implementations for starting and configuring MCP servers in Maven builds, including stateless and streamable server variants. It also includes shared configuration logic for environment variables and credentials.
AbstractMCPServerMojo- Base class for MCP server MojosHttpStatelessServerMojo- Mojo for stateless MCP serverHttpStreamableMcpServerMojo- Mojo for streamable MCP server
-
ClassesClassDescriptionAbstract base class for MCP server Maven plugin Mojos.Maven plugin Mojo for starting a stateless HTTP MCP server.Maven plugin Mojo for starting a streamable HTTP MCP server.