Skip to main content
Glama
mednabouli

MCP Multi-Context Hook Generator

by mednabouli
projectModel.ts502 B
import { crawlComponents } from '../crawler/components'; import { crawlApi } from '../crawler/api'; import { crawlGraphQL } from '../crawler/graphql'; import { crawlHooks } from '../crawler/hooks'; import { crawlTypes } from '../crawler/types'; export function buildProjectModel(rootPath: string) { return { components: crawlComponents(rootPath), apiRoutes: crawlApi(rootPath), graphqlOps: crawlGraphQL(rootPath), hooks: crawlHooks(rootPath), types: crawlTypes(rootPath), }; }

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/mednabouli/MCPV2'

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