Skip to main content
Glama

Unleash MCP (Feature Toggle)

projects.ts634 B
import { getAllProjects } from '../unleash/get-all-projects.js'; async function handleProjectsList(uri: URL) { try { const projects = await getAllProjects(); return { contents: [ { uri: uri.href, text: JSON.stringify(projects, null, 2), }, ], }; } catch (error: any) { return { contents: [ { uri: uri.href, text: JSON.stringify({ error: error.message }), }, ], }; } } export const projectResources = [ { name: 'projects-list', template: 'unleash://projects', handler: handleProjectsList, }, ];

Latest Blog Posts

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/cuongtl1992/unleash-mcp'

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