Skip to main content
Glama
epicweb-dev

Advanced MCP Features

by epicweb-dev
run-all-seeds.sh•445 B
#!/bin/bash set -e find exercises -path '*/src/db/seed.ts' | while read -r file; do if [ -f "$file" ]; then echo "🌱 Seeding $file" # we want to run the script from the root of the exercise directory # so that paths to the database are resolved correctly. dir=$(dirname "$file" | xargs dirname | xargs dirname) seed_file=${file#"$dir/"} (cd "$dir" && npx tsx "$seed_file") fi done echo "✅ All seeds completed."

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/epicweb-dev/advanced-mcp-features'

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