Skip to main content
Glama

CTX: Context as Code (CaC) tool

by context-hub
MIT License
235
  • Apple
  • Linux
phpunit.xml1.2 kB
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" stopOnError="false" stderr="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage> <include> <directory>src</directory> </include> </coverage> <testsuites> <testsuite name="Test Suite"> <directory>tests/src</directory> </testsuite> </testsuites> <php> <env name="OAUTH_ENABLED" value="false" /> <env name="OAUTH_ISSUER_URL" value="http://127.0.0.1:8090" /> <env name="OAUTH_SERVER_URL" value="http://127.0.0.1:8090" /> <env name="OAUTH_CLIENT_ID" value="test-id" /> <env name="OAUTH_CLIENT_SECRET" value="test-secret" /> <ini name="error_reporting" value="-1"/> <ini name="memory_limit" value="-1"/> </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/context-hub/generator'

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