Class McpServerPlugin

java.lang.Object
org.noear.solon.ai.mcp.server.integration.McpServerPlugin
All Implemented Interfaces:
org.noear.solon.core.Plugin

public class McpServerPlugin extends Object implements org.noear.solon.core.Plugin
Since:
3.1
Author:
noear
  • Constructor Details

    • McpServerPlugin

      public McpServerPlugin()
  • Method Details

    • start

      public void start(org.noear.solon.core.AppContext context) throws Throwable
      Specified by:
      start in interface org.noear.solon.core.Plugin
      Throws:
      Throwable
    • buildJsonSchema

      protected org.noear.snack.ONode buildJsonSchema(org.noear.solon.ai.chat.tool.FunctionTool functionTool)