Skip to main content
Glama

School Attendance MCP Server

by Sadaf987
test-get-repo-info.sh637 B
#!/bin/bash # Test script for get_repo_info tool # Usage: ./test-get-repo-info.sh [repoOwner] [repoName] REPO_OWNER=${1:-"sadaf987"} REPO_NAME=${2:-"test_MCP"} echo "Testing get_repo_info tool..." echo "Repository: $REPO_OWNER/$REPO_NAME" echo "" curl -X POST http://localhost:3001/mcp \ -H "Content-Type: application/json" \ -d "{ \"jsonrpc\": \"2.0\", \"method\": \"tools/call\", \"params\": { \"name\": \"get_repo_info\", \"arguments\": { \"repoOwner\": \"$REPO_OWNER\", \"repoName\": \"$REPO_NAME\" } }, \"id\": 2 }" | python3 -m json.tool 2>/dev/null || cat echo ""

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/Sadaf987/github_sdk'

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