Skip to main content
Glama
index.ts522 B
/** * IDE Detection Module * * Provides functions to auto-detect installed IDEs based on project markers. * Used for pre-selecting profiles in `tm rules add` and * non-interactive mode with `tm rules add -y`. */ export type { DetectionResult, DetectionOptions } from './types.js'; export type { IDEMarker } from './profiles-map.js'; export { IDE_MARKERS, getIDEMarker, isDetectableProfile } from './profiles-map.js'; export { detectInstalledIDEs, getPreSelectedProfiles, detectProfile } from './detector.js';

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/eyaltoledano/claude-task-master'

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