Skip to main content
Glama

OpenFGA MCP

phpunit.xml848 B
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.3/phpunit.xsd" bootstrap="tests/bootstrap.php" colors="true" testdox="true" > <testsuites> <testsuite name="unit"> <directory suffix="Test.php">tests/Unit</directory> </testsuite> <testsuite name="integration"> <directory suffix="Test.php">tests/Integration</directory> </testsuite> </testsuites> <source> <include> <directory>src</directory> </include> </source> <php> <!-- Environment variable to detect when running integration tests --> <env name="RUNNING_INTEGRATION_TESTS" value="false" force="false"/> </php> </phpunit>

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/evansims/openfga-mcp'

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