You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A Model Context Protocol server for GitHub Projects",
54
+
"long_description": "This package provides a Model Context Protocol (MCP) server for managing GitHub Projects, allowing users to interact with GitHub Projects through a standardized API.",
Copy file name to clipboardExpand all lines: .github/workflows/publish-mcp-package.yml
-61Lines changed: 0 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -29,80 +29,19 @@ jobs:
29
29
with:
30
30
python-version: '3.10'
31
31
32
-
- name: Set up Node.js for DXT CLI
33
-
uses: actions/setup-node@v4
34
-
with:
35
-
node-version: '20'
36
-
37
32
- name: Install build dependencies
38
33
run: |
39
34
python -m pip install --upgrade pip
40
35
python -m pip install build
41
-
npm install -g @anthropic-ai/dxt
42
36
43
37
- name: Build Python package
44
38
run: python -m build
45
39
46
-
- name: Create DXT manifest
47
-
run: |
48
-
cat > manifest.json << 'EOF'
49
-
{
50
-
"dxt_version": "0.1.1",
51
-
"name": "github-projects-mcp",
52
-
"version": "${{ github.ref_name }}",
53
-
"description": "A Model Context Protocol server for GitHub Projects",
54
-
"long_description": "This package provides a Model Context Protocol (MCP) server for managing GitHub Projects, allowing users to interact with GitHub Projects through a standardized API.",
A Model Context Protocol (MCP) server that provides tools for interacting with GitHub Projects using GraphQL. This server exposes GitHub Projects functionality through standardized MCP tools that can be used by LLMs and other MCP clients.
"description": "A Model Context Protocol server for GitHub Projects",
6
+
"long_description": "This package provides a Model Context Protocol (MCP) server for managing GitHub Projects, allowing users to interact with GitHub Projects through a standardized API.",
0 commit comments