Skip to main content
Glama

OpenFGA MCP

TestableResources.php563 B
<?php declare(strict_types=1); namespace OpenFGA\MCP\Tests\Unit\Resources; use OpenFGA\MCP\Resources\AbstractResources; // Concrete implementation of AbstractResources for testing final readonly class TestableResources extends AbstractResources { public function testCheckOfflineMode(string $operation): ?array { return $this->checkOfflineMode($operation); } public function testCheckRestrictedMode(?string $storeId = null, ?string $modelId = null): ?array { return $this->checkRestrictedMode($storeId, $modelId); } }

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