#!/bin/bash
# Check if transport mode is provided as an argument
if [ "$1" == "--sse" ]; then
# Use SSE transport
uv run python src/server.py --sse
else
# Default to stdio transport
uv run python src/server.py
fi
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/talhaorak/pytaiga-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server