Skip to main content
Glama

MCP Agent TypeScript Port

by waldzellai
index.d.ts467 B
/** Let a globally installed package use a locally installed version of itself if available. @param filePath - The absolute file path to the main file of the package. @example ``` import importLocal from 'import-local'; if (importLocal(import.meta.url)) { console.log('Using local version of this package'); } else { // Code for both global and local version here… } ``` */ export default function importLocal(filePath: string): boolean | undefined | unknown;

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/waldzellai/mcp-agent-ts'

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