class CrystalMcp::Server

Overview

The main server class that handles JSON-RPC requests over standard I/O.

Defined in:

server.cr

Class Method Summary

Class Method Detail

def self.run(config : Config = Config.new) #
  • config: The server configuration.

[View source]