We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rvforest/nox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: Publish to TestPyPI
on:
workflow_dispatch:
permissions:
contents: read
id-token: write # Required for trusted publishing
jobs:
publish-testpypi:
name: Publish to TestPyPI
runs-on: ubuntu-latest
environment:
name: testpypi
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Build
run: uv build
- name: Publish to TestPyPI
run: uv publish --index testpypi