Skip to main content
Glama
a.js564 B
/** * Exported foo. */ export function foo() { return 1; } /** * Internal name, exported as `publicFn` from the package entry. */ export function internalFn() { return 2; } /** * Exported here, then re-exported via import+export from the package entry as `importedFnPublic`. */ export function importedFn() { return 3; } /** * Not exported (used to demonstrate that non-exported symbols are not indexed). */ function nonExportedFn() { return 4; } // Keep it referenced so bundlers/linters don't drop it in derived builds. void nonExportedFn;

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/harche/ProDisco'

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