Skip to main content
Glama
index.ts576 B
/** * UI Tools Module * Exports all UI-related MCP tools */ export { getUIContext, registerGetUIContextTool, type GetUIContextArgs, } from './get-ui-context.js'; export { interactWithUI, registerInteractWithUITool, type InteractWithUIArgs, } from './interact-with-ui.js'; /** * Register all UI tools */ export function registerUITools(): void { const { registerGetUIContextTool } = require('./get-ui-context.js'); const { registerInteractWithUITool } = require('./interact-with-ui.js'); registerGetUIContextTool(); registerInteractWithUITool(); }

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/abd3lraouf/specter-mcp'

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