Skip to main content
Glama
TehilaTheStudent

Huawei CCE MCP Server

repository.ts774 B
import { z } from 'zod'; export const GitLabOwnerSchema = z.object({ username: z.string(), id: z.number(), avatar_url: z.string(), web_url: z.string(), name: z.string(), state: z.string() }); export const GitLabRepositorySchema = z.object({ id: z.number(), name: z.string(), path_with_namespace: z.string(), visibility: z.string(), owner: GitLabOwnerSchema.optional(), web_url: z.string(), description: z.string().nullable(), fork: z.boolean().optional(), ssh_url_to_repo: z.string(), http_url_to_repo: z.string(), created_at: z.string(), last_activity_at: z.string(), default_branch: z.string() }); export type GitLabOwner = z.infer<typeof GitLabOwnerSchema>; export type GitLabRepository = z.infer<typeof GitLabRepositorySchema>;

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