Skip to main content
Glama
node.js.yml978 B
name: Node.js CI on: push: branches: [ "master" ] pull_request: branches: [ "master" ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - run: npm run build --if-present - run: npm test # basic functional testing # https://github.com/modelcontextprotocol/inspector?tab=readme-ov-file#cli-mode - name: List tools run: npx @modelcontextprotocol/inspector --cli node dist/index.js --method tools/list - name: Call tool geocode run: npx @modelcontextprotocol/inspector --cli node dist/index.js --method tools/call --tool-name geocode --tool-arg text=vincennes

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/ignfab/geocontext'

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