Skip to main content
Glama

Storacha MCP Storage Server

Official
by storacha
test-config.ts815 B
import dotenv from 'dotenv'; dotenv.config(); /** * Integration test configuration * Provides test keys and delegation for integration tests */ // Valid test CID that can be used for retrieve tests export const TEST_CID = 'bafybeibv7vzycdcnydl5n5lbws6lul2omkm6a6b5wmqt77sicrwnhesy7y'; // Test file name to use for retrieve tests export const TEST_FILENAME = 'bmoney.txt'; // Combined CID/filename path for retrieve tests export const TEST_FILEPATH = `${TEST_CID}/${TEST_FILENAME}`; if (!process.env.PRIVATE_KEY || !process.env.DELEGATION) { throw new Error('PRIVATE_KEY and DELEGATION must be set'); } // Test environment configuration export const getTestEnv = () => ({ ...process.env, NODE_ENV: 'test', PRIVATE_KEY: process.env.PRIVATE_KEY || '', DELEGATION: process.env.DELEGATION || '', });

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/storacha/mcp-storage-server'

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