Class: Evilution::MCP::Server Private
- Inherits:
-
Object
- Object
- Evilution::MCP::Server
- Defined in:
- lib/evilution/mcp/server.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Class Method Summary collapse
- .build ⇒ Object private
Class Method Details
.build ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12 13 14 15 16 17 18 |
# File 'lib/evilution/mcp/server.rb', line 12 def self.build ::MCP::Server.new( name: "evilution", version: Evilution::VERSION, tools: [Evilution::MCP::MutateTool, Evilution::MCP::SessionTool, Evilution::MCP::InfoTool] ) end |