Skip to main content
Glama
akramIOT

AI_SOC_MCP_Server_Sher

create_package.sh529 B
#!/bin/bash # Create a distributable package of the Text2SQL MCP Server # Ensure we're in the project root directory cd "$(dirname "$0")/.." || exit 1 # Clean up any previous builds rm -rf dist/ build/ *.egg-info/ # Install dependencies pip install --upgrade pip setuptools wheel twine # Create the distributable packages python setup.py sdist bdist_wheel echo "" echo "Package created successfully!" echo "To upload to PyPI, run: python -m twine upload dist/*" echo "To install locally, run: pip install dist/*.whl" echo ""

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/akramIOT/MCP_AI_SOC_Sher'

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