We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Automattic/wordpress-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-sample.php•290 B
<?php
/**
* Class SampleTest
*
* @package Wordpress_Mcp
*/
/**
* Sample test case.
*/
class SampleTest extends WP_UnitTestCase {
/**
* A single example test.
*/
public function test_sample() {
// Replace this with some actual testing code.
$this->assertTrue( true );
}
}