We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/openSVM/dflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test.yml•501 B
name: Test MCP Server
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Type check
run: bun run tsc --noEmit
- name: Test server startup
run: bun run tests/server.test.ts