Skip to main content
Glama
index.ts822 B
import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { registerAboutDuyetResource } from "./about-duyet"; import { registerCVResource } from "./cv"; import { registerBlogPostsResource } from "./blog-posts"; import { registerGitHubActivityResource } from "./github-activity"; /** * Register all MCP resources with the server */ export function registerAllResources(server: McpServer, _env: Env) { // Core information resources registerAboutDuyetResource(server); registerCVResource(server); // Content resources registerBlogPostsResource(server); registerGitHubActivityResource(server); } // Export individual resource registration functions for selective use export { registerAboutDuyetResource, registerCVResource, registerBlogPostsResource, registerGitHubActivityResource, };

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/duyet/duyet-mcp-server'

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