Skip to main content
Glama

Sociona MCP Server

by fav-devs
publish-packages.yml1.57 kB
name: Publish to GitHub Packages on: # Disabled for now - focusing on NPM publishing # push: # tags: # - 'v*' workflow_dispatch: jobs: publish-github-packages: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '18' registry-url: 'https://npm.pkg.github.com' scope: '@fav-devs' - name: Install dependencies run: npm install - name: Build package run: npm run build - name: Run tests run: npm test - name: Publish to GitHub Packages run: npm publish --registry https://npm.pkg.github.com --scope @fav-devs env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Release Assets run: | # Create a tarball of the package npm pack # Create a zip file for easy download zip -r sociona-mcp-server-${{ github.ref_name }}.zip dist/ package.json README.md LICENSE - name: Upload Release Assets uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.upload_url }} asset_path: ./sociona-mcp-server-${{ github.ref_name }}.tgz asset_name: sociona-mcp-server-${{ github.ref_name }}.tgz asset_content_type: application/gzip

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/fav-devs/sociona-mcp-server'

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