Skip to main content
Glama

MCP Server Gemini

by gurr-i
test.shโ€ข617 B
#!/bin/bash # Test script for MCP Server Gemini set -e echo "๐Ÿงช Running tests for MCP Server Gemini..." # Run linting echo "๐Ÿ” Running ESLint..." npx eslint src/**/*.ts --fix # Run type checking echo "๐Ÿ“ Type checking..." npx tsc --noEmit # Run unit tests echo "๐Ÿงช Running unit tests..." npx jest --coverage # Run integration tests if API key is available if [ -n "$GEMINI_API_KEY" ]; then echo "๐Ÿ”— Running integration tests..." npx jest --testPathPattern=integration else echo "โš ๏ธ Skipping integration tests (GEMINI_API_KEY not set)" fi echo "โœ… All tests completed successfully!"

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/gurr-i/mcp-server-gemini-pro'

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