Skip to main content
Glama

Firebase MCP Server

by gemini-dk
storageClient.test.ts528 B
import { listDirectoryFiles, getFileInfo } from '../storageClient'; const testPath = ''; const testFilePath = 'testpath'; describe('listFiles', () => { it('should return a list of files in the specified path', async () => { const result = await listDirectoryFiles(testPath); console.log(result); }); }); describe('getFileInfo', () => { it('should return file metadata and download URL for the specified file', async () => { const result = await getFileInfo(testFilePath); console.log(result); }); });

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/gemini-dk/mcp-server-firebase'

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