Skip to main content
Glama

Backbone.js Documentation MCP Server

by elegroag
types.ts630 B
export interface Resource { uri: string; content: { text: string; mimeType: string; }; metadata?: { title?: string; chapter?: number; }; } export interface ListResourcesResponse { resources: Array<{ uri: string; content: { mimeType: string }; metadata?: { title?: string; chapter?: number }; }>; } export interface ReadResourceResponse { content: string; mimeType: string; } export interface SearchMatch { chapter: number; title: string; uri: string; mimeType: string; occurrences: number; excerpts: string[]; }

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/elegroag/backbone-mcp-server'

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