Skip to main content
Glama
ariesanhthu

VNStock MCP Server

by ariesanhthu
build.sh817 B
#!/bin/bash # Build script for vnstock-mcp-server set -e echo "🔧 Building vnstock-mcp-server..." # Clean previous builds echo "🧹 Cleaning previous builds..." rm -rf build/ dist/ *.egg-info/ # Install build dependencies echo "📦 Installing build dependencies..." uv add --group dev build twine # Build the package echo "🏗️ Building package..." uv run python -m build # Check the built package echo "✅ Checking built package..." uv run twine check dist/* echo "🎉 Build completed successfully!" echo "📁 Built files:" ls -la dist/ echo "" echo "To test install locally:" echo " uv pip install dist/vnstock_mcp_server-*.whl" echo "" echo "To upload to TestPyPI:" echo " uv run twine upload --repository testpypi dist/*" echo "" echo "To upload to PyPI:" echo " uv run twine upload dist/*"

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/ariesanhthu/mcp-server-vietnam-stock-trading'

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