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
similar_games_response_spec.rb•981 B
=begin
#GameBrain API
#GameBrain API
The version of the OpenAPI document: 1.0.1
Contact: mail@gamebrain.co
Generated by: https://openapi-generator.tech
Generator version: 7.8.0-SNAPSHOT
=end
require 'spec_helper'
require 'json'
require 'date'
# Unit tests for OpenapiClient::SimilarGamesResponse
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe OpenapiClient::SimilarGamesResponse do
let(:instance) { OpenapiClient::SimilarGamesResponse.new }
describe 'test an instance of SimilarGamesResponse' do
it 'should create an instance of SimilarGamesResponse' do
# uncomment below to test the instance creation
#expect(instance).to be_instance_of(OpenapiClient::SimilarGamesResponse)
end
end
describe 'test attribute "results"' do
it 'should work' do
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
end
end
end