Skip to main content
Glama

Story SDK MCP Server

by piplabs
tests.yml1.56 kB
name: Tests on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: runs-on: ubuntu-latest env: TESTING: "1" WALLET_PRIVATE_KEY: "test_private_key_for_testing_only_0123456789abcdef" RPC_PROVIDER_URL: "https://aeneid.storyrpc.io" PINATA_JWT: "test_jwt_token_for_testing" STORYSCAN_API_ENDPOINT: "https://aeneid.storyscan.io/api" STORY_API_KEY: "test_api_key_for_testing" steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.12' - name: Install UV run: | curl -LsSf https://astral.sh/uv/install.sh | sh echo "$HOME/.cargo/bin" >> $GITHUB_PATH - name: Install dependencies run: | uv sync --extra test - name: Run unit tests run: | uv run python run_tests.py -t tests/unit -v - name: Run integration tests run: | uv run python run_tests.py -t tests/integration -v - name: Run coverage run: | uv run python run_tests.py -v - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: file: ./coverage.xml fail_ci_if_error: false env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Archive test results uses: actions/upload-artifact@v4 if: always() with: name: test-results path: | .coverage coverage.xml retention-days: 7

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/piplabs/story-mcp-hub'

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