Class: Mcpeasy::GcalCommands

Inherits:
Gcal::CLI
  • Object
show all
Defined in:
lib/mcpeasy/cli.rb

Instance Method Summary collapse

Methods inherited from Gcal::CLI

#calendars, #events, #search, #test

Instance Method Details

#mcpObject



30
31
32
33
# File 'lib/mcpeasy/cli.rb', line 30

def mcp
  require_relative "../utilities/gcal/mcp"
  Gcal::MCPServer.new.run
end