#!/bin/bash
# Check if dev dependencies should be installed
if [ "$1" = "--dev" ]; then
echo "Installing with development dependencies..."
uv pip install -e ".[dev]"
else
echo "Installing production dependencies..."
uv pip install -e .
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