Skip to main content
Glama
categories.ts898 B
/** * @file src/tools/categories.ts * @description Catégories d'outils pour Browser-Manager-MCP-Server-dist * Inspiré de Chrome DevTools MCP pour une meilleure organisation */ export enum ToolCategories { BROWSER_MANAGEMENT = 'Browser Management', TAB_MANAGEMENT = 'Tab Management', NAVIGATION = 'Navigation', INTERACTION = 'User Interaction', CAPTURE = 'Content Capture', SCRIPTING = 'Scripting & Debugging', PERFORMANCE = 'Performance Monitoring', NETWORK = 'Network Analysis', SECURITY = 'Security & Authentication', } export interface ToolAnnotations { category: ToolCategories; readOnlyHint?: boolean; requiresAuth?: boolean; dangerous?: boolean; experimental?: boolean; } export interface ToolMetadata { name: string; description: string; category: ToolCategories; annotations: ToolAnnotations; examples?: string[]; relatedTools?: string[]; }

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/DeamonDev888/Browser-Manager-MCP-Server'

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