Skip to main content
Glama
index.ts555 B
/** * Interactive Controls Module * * Phase 2: Interactive controls for MCP-UI artifacts. * Provides filtering, searching, and zoom controls for signal maps and hop dashboards. * * @module artifacts/controls */ export { InteractiveControls } from './InteractiveControls.js'; export { SignalMapFilters, DEFAULT_FILTER_STATE } from './SignalMapFilters.js'; export type { FilterState } from './SignalMapFilters.js'; export { HopDashboardSearch } from './HopDashboardSearch.js'; export type { HopTask, SearchResult } from './HopDashboardSearch.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/EricA1019/CTS_MCP'

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