Skip to main content
Glama

MCP Documentation Server

by mahawi1992
types.ts885 B
export interface SearchParams { query: string; framework?: string; version?: string; } export interface SearchResult { title: string; url: string; description: string; type: string; relevance: number; } export interface CodeAnalysisParams { code: string; language: string; framework?: string; } export interface CodeAnalysisResult { suggestions: Suggestion[]; patterns: Pattern[]; metrics: Metrics; } export interface Suggestion { type: string; description: string; priority: 'high' | 'medium' | 'low'; code?: string; } export interface Pattern { type: string; location: Location; description: string; } export interface Location { start: number; end: number; line: number; } export interface Metrics { complexity: number; maintainability: number; testability: number; }

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

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