| Package | Description |
|---|---|
| io.modelcontextprotocol.client | |
| io.modelcontextprotocol.spec | |
| org.noear.solon.ai.mcp.client | |
| org.noear.solon.ai.mcp.server |
| Modifier and Type | Method and Description |
|---|---|
void |
McpSyncClient.setLoggingLevel(McpSchema.LoggingLevel loggingLevel)
Client can set the minimum logging level it wants to receive from the server.
|
reactor.core.publisher.Mono<Void> |
McpAsyncClient.setLoggingLevel(McpSchema.LoggingLevel loggingLevel)
Sets the minimum logging level for messages received from the server.
|
| Modifier and Type | Method and Description |
|---|---|
static McpSchema.LoggingLevel |
McpSchema.LoggingLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McpSchema.LoggingLevel[] |
McpSchema.LoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
McpSchema.LoggingMessageNotification.Builder |
McpSchema.LoggingMessageNotification.Builder.level(McpSchema.LoggingLevel level) |
| Modifier and Type | Method and Description |
|---|---|
void |
McpClientProvider.setLoggingLevel(McpSchema.LoggingLevel loggingLevel)
设置日志级别
|
| Modifier and Type | Method and Description |
|---|---|
void |
McpServerEndpointProvider.setLoggingLevel(McpSchema.LoggingLevel loggingLevel)
设置日志级别
|
Copyright © 2025. All rights reserved.