JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
io.micronaut.mcp.conf.server
McpServerInfoConfiguration
Contents
Description
Field Summary
Method Summary
Field Details
PREFIX
PROPERTY_NAME
PROPERTY_VERSION
Method Details
getName()
getVersion()
Hide sidebar
Show sidebar
Interface McpServerInfoConfiguration
public interface
McpServerInfoConfiguration
MCP Server Info Configuration.
Since:
1.0.0
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
PREFIX
MCP Server Info configuration Prefix.
static final
String
PROPERTY_NAME
configuration property name for MCP Server name.
static final
String
PROPERTY_VERSION
configuration property name for an MCP Server version.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NonNull
String
getName
()
@NonNull
String
getVersion
()
Field Details
PREFIX
static final
String
PREFIX
MCP Server Info configuration Prefix.
See Also:
Constant Field Values
PROPERTY_NAME
static final
String
PROPERTY_NAME
configuration property name for MCP Server name.
See Also:
Constant Field Values
PROPERTY_VERSION
static final
String
PROPERTY_VERSION
configuration property name for an MCP Server version.
See Also:
Constant Field Values
Method Details
getName
@NonNull
String
getName
()
Returns:
Server Name
getVersion
@NonNull
String
getVersion
()
Returns:
Server Version