Skip to main content
Glama

GameBrain Video Game Discovery

by ddsky
.gitlab-ci.yml486 B
.ruby: &ruby variables: LANG: "C.UTF-8" before_script: - ruby -v - bundle config set --local deployment true - bundle install -j $(nproc) parallel: matrix: - RUBY_VERSION: ['2.7', '3.0', '3.1'] image: "ruby:$RUBY_VERSION" cache: paths: - vendor/ruby key: 'ruby-$RUBY_VERSION' gem: extends: .ruby script: - bundle exec rspec - bundle exec rake build - bundle exec rake install artifacts: paths: - pkg/*.gem

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddsky/gamebrain-api-clients'

If you have feedback or need assistance with the MCP directory API, please join our Discord server