Skip to main content
Glama

GameBrain Video Game Discovery

by ddsky
phpunit.xml.dist777 B
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="./vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">./lib/Api</directory> <directory suffix=".php">./lib/Model</directory> </include> </coverage> <testsuites> <testsuite name="tests"> <directory>./test/Api</directory> <directory>./test/Model</directory> </testsuite> </testsuites> <php> <ini name="error_reporting" value="E_ALL"/> </php> </phpunit>

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