Class: Mcpeasy::GdriveCommands

Inherits:
Gdrive::CLI show all
Defined in:
lib/mcpeasy/cli.rb

Instance Method Summary collapse

Methods inherited from Gdrive::CLI

#get, #list, #search, #test

Instance Method Details

#mcpObject



43
44
45
46
# File 'lib/mcpeasy/cli.rb', line 43

def mcp
  require_relative "../utilities/gdrive/mcp"
  Gdrive::MCPServer.new.run
end