Skip to main content
Glama
index.ts903 B
/** * Build Tools Module * Exports all build-related MCP tools */ export { buildApp, registerBuildAppTool, type BuildAppArgs } from './build-app.js'; export { installApp, registerInstallAppTool, type InstallAppArgs, type InstallResult } from './install-app.js'; export { launchApp, registerLaunchAppTool, type LaunchAppArgs, type LaunchResult } from './launch-app.js'; export { parseBuildLog, parseGradleLog, parseXcodeLog, extractErrorContext, type ParsedLog } from './log-parser.js'; /** * Register all build tools */ export function registerBuildTools(): void { // Import dynamically to avoid circular dependencies const { registerBuildAppTool } = require('./build-app.js'); const { registerInstallAppTool } = require('./install-app.js'); const { registerLaunchAppTool } = require('./launch-app.js'); registerBuildAppTool(); registerInstallAppTool(); registerLaunchAppTool(); }

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