Skip to main content
Glama

Radius MCP Server

by inite-ai
ci-test.shโ€ข1.74 kB
#!/bin/bash # CI/CD Test Script for Radius MCP Server # This script runs all tests and quality checks set -e # Exit on any error echo "๐Ÿš€ Starting CI/CD tests for Radius MCP Server" echo "==============================================" # Check Node.js version echo "๐Ÿ“‹ Environment Information:" echo "Node.js version: $(node --version)" echo "NPM version: $(npm --version)" echo "Project: $CI_PROJECT_NAME" echo "Branch: $CI_COMMIT_REF_NAME" echo "Commit: $CI_COMMIT_SHA" echo "" # Install dependencies echo "๐Ÿ“ฆ Installing dependencies..." npm ci --silent echo "โœ… Dependencies installed" echo "" # Linting echo "๐Ÿ” Running ESLint..." npm run lint echo "โœ… Linting passed" echo "" # Format checking echo "๐ŸŽจ Checking code formatting..." npm run format:check echo "โœ… Formatting check passed" echo "" # Build echo "๐Ÿ”จ Building project..." npm run build echo "โœ… Build completed" echo "" # Unit tests echo "๐Ÿงช Running unit tests..." npm run test:unit echo "โœ… Unit tests passed" echo "" # Smoke tests echo "๐Ÿ’จ Running smoke tests..." npm run test:smoke echo "โœ… Smoke tests passed" echo "" # Coverage report echo "๐Ÿ“Š Generating coverage report..." npm run test:coverage echo "โœ… Coverage report generated" echo "" # Security audit echo "๐Ÿ”’ Running security audit..." npm audit --audit-level=moderate || echo "โš ๏ธ Security audit found issues (non-blocking)" echo "" # Final summary echo "๐ŸŽ‰ All CI/CD tests completed successfully!" echo "==============================================" echo "โœ… Linting: PASSED" echo "โœ… Formatting: PASSED" echo "โœ… Build: PASSED" echo "โœ… Unit Tests: PASSED" echo "โœ… Smoke Tests: PASSED" echo "โœ… Coverage: PASSED" echo "" echo "๐Ÿš€ Ready for deployment!"

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/inite-ai/radius-mcp'

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