Package org.gridgain.internal.mcp
Class McpServerApplication
java.lang.Object
org.gridgain.internal.mcp.McpServerApplication
Main entry point for the GridGain 9 MCP server.
This application bootstraps an MCP-compliant server instance using STDIO-based transport and registers GridGain-specific tools for database connectivity and diagnostics.
Startup sequence:
- Load and log server configuration
- Initialize MCP server with transport and capabilities
- Register supported tools
The server is intended to be embedded or launched as a standalone process and communicates with MCP clients (for example, Claude Desktop) via standard input/output streams.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
McpServerApplication
public McpServerApplication()
-
-
Method Details
-
main
Application entry point.Initializes configuration and starts the MCP server. Any startup failure is treated as fatal and terminates the JVM with a non-zero exit code.
- Parameters:
args- command-line arguments (currently unused)
-