We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/happyvertical/smrt-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Test manifest stub
* This file is generated by `smrt test`
*
* DO NOT EDIT MANUALLY - This file is automatically generated
*/
import type { SmartObjectManifest } from '@happyvertical/smrt-core/scanner';
export const testManifest: SmartObjectManifest = {
"version": "1.0.0",
"timestamp": 1763175903781,
"objects": {},
"packageName": "@happyvertical/smrt-docs-mcp"
} as const;
export default testManifest;