Skip to main content
Glama

Orchestrator MCP

index.ts•840 B
/** * Smart File Selection Module * * Provides intelligent file selection for context engines without using AI calls. * Uses static analysis, filesystem heuristics, and multi-signal scoring. */ export * from './types.js'; export * from './intent-classifier.js'; export * from './file-discovery.js'; export * from './relevance-analyzer.js'; export * from './smart-selector.js'; // Re-export main classes for convenience export { SmartFileSelector } from './smart-selector.js'; export { SmartQueryIntentClassifier } from './intent-classifier.js'; export { SmartFileDiscovery } from './file-discovery.js'; export { SmartRelevanceAnalyzer } from './relevance-analyzer.js'; // Re-export key types export type { FileSelectionRequest, FileSelectionResult, ScoredFile, QueryIntent, FileSelectionStrategy } from './types.js';

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/Phoenixrr2113/Orchestrator-MCP'

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