Skip to main content
Glama
TehilaTheStudent

Huawei CCE MCP Server

fork.ts608 B
import { z } from 'zod'; import { GitLabRepositorySchema } from './repository.js'; // nested objects in schema export const GitLabForkParentSchema = z.object({ name: z.string(), path_with_namespace: z.string(), owner: z.object({ username: z.string(), id: z.number(), avatar_url: z.string() }), web_url: z.string() }); // extend of schema export const GitLabForkSchema = GitLabRepositorySchema.extend({ forked_from_project: GitLabForkParentSchema }); export type GitLabForkParent = z.infer<typeof GitLabForkParentSchema>; export type GitLabFork = z.infer<typeof GitLabForkSchema>;

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/TehilaTheStudent/try-cce-gitlab'

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