From a9915ea0c277ee311158a7c1b532fe3143e5fc1a Mon Sep 17 00:00:00 2001 From: Michael Latman Date: Tue, 26 Nov 2024 22:15:35 -0500 Subject: [PATCH] Go go --- .github/workflows/update-packages.yml | 16 ++--- packages/package-list.json | 91 +-------------------------- 2 files changed, 9 insertions(+), 98 deletions(-) diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index 03dec23..b1cacdb 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -41,7 +41,7 @@ jobs: if: steps.git-check.outputs.changes == 'true' run: | if [ -f "temp/commit-msg.txt" ]; then - MSG=$(cat temp/commit-msg.txt | sed 's/$/\\n/' | tr -d '\n') + MSG=$(cat temp/commit-msg.txt | sed 's/\\n/\n/g') echo "message<> $GITHUB_OUTPUT echo "$MSG" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT @@ -71,10 +71,10 @@ jobs: automated pr automerge - - name: Enable Auto-Merge - if: steps.git-check.outputs.changes == 'true' - run: | - PR_NUMBER=$(gh pr list --json number --jq '.[0].number') - gh pr merge $PR_NUMBER --auto --merge - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + # - name: Enable Auto-Merge + # if: steps.git-check.outputs.changes == 'true' + # run: | + # PR_NUMBER=$(gh pr list --json number --jq '.[0].number') + # gh pr merge $PR_NUMBER --auto --merge + # env: + # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/packages/package-list.json b/packages/package-list.json index 6cbc15f..0637a08 100644 --- a/packages/package-list.json +++ b/packages/package-list.json @@ -1,90 +1 @@ -[ - { - "name": "@modelcontextprotocol/server-brave-search", - "description": "MCP server for Brave Search API integration", - "vendor": "Anthropic, PBC (https://anthropic.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/brave-search", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - }, - { - "name": "@modelcontextprotocol/server-everything", - "description": "MCP server that exercises all the features of the MCP protocol", - "vendor": "Anthropic, PBC (https://anthropic.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/everything", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - }, - { - "name": "@modelcontextprotocol/server-filesystem", - "description": "MCP server for filesystem access", - "vendor": "Anthropic, PBC (https://anthropic.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/filesystem", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - }, - { - "name": "@modelcontextprotocol/server-gdrive", - "description": "MCP server for interacting with Google Drive", - "vendor": "Anthropic, PBC (https://anthropic.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/gdrive", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - }, - { - "name": "@modelcontextprotocol/server-github", - "description": "MCP server for using the GitHub API", - "vendor": "Anthropic, PBC (https://anthropic.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/github", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - }, - { - "name": "@modelcontextprotocol/server-gitlab", - "description": "MCP server for using the GitLab API", - "vendor": "GitLab, PBC (https://gitlab.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/gitlab", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - }, - { - "name": "@modelcontextprotocol/server-google-maps", - "description": "MCP server for using the Google Maps API", - "vendor": "Anthropic, PBC (https://anthropic.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/google-maps", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - }, - { - "name": "@modelcontextprotocol/server-memory", - "description": "MCP server for enabling memory for Claude through a knowledge graph", - "vendor": "Anthropic, PBC (https://anthropic.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/memory", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - }, - { - "name": "@modelcontextprotocol/server-postgres", - "description": "MCP server for interacting with PostgreSQL databases", - "vendor": "Anthropic, PBC (https://anthropic.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/postgres", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - }, - { - "name": "@modelcontextprotocol/server-puppeteer", - "description": "MCP server for browser automation using Puppeteer", - "vendor": "Anthropic, PBC (https://anthropic.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/puppeteer", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - }, - { - "name": "@modelcontextprotocol/server-slack", - "description": "MCP server for interacting with Slack", - "vendor": "Anthropic, PBC (https://anthropic.com)", - "sourceUrl": "https://github.com/modelcontextprotocol/servers/blob/main/src/slack", - "homepage": "https://modelcontextprotocol.io", - "license": "MIT" - } -] \ No newline at end of file +[] \ No newline at end of file