Package eu.mrapik.minecraftservermcp.mcp
Class TransportContextKeys
java.lang.Object
eu.mrapik.minecraftservermcp.mcp.TransportContextKeys
String keys used in
McpTransportContext.get(String) metadata.
Values are attached when the HTTP layer builds the transport context for each request; downstream code (notably
ToolInvocationGate) reads them on the reactor path for tool calls.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ACCESS_TOKEN
Raw token string from the request. Resolved viaPluginSettings.profileByToken(String)to find theTokenAccessProfile.- See Also:
-