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
Copy file name to clipboardExpand all lines: .github/workflows/publish-mcp-package.yml
+20-10Lines changed: 20 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -47,32 +47,42 @@ jobs:
47
47
run: |
48
48
cat > manifest.json << 'EOF'
49
49
{
50
-
"dxt_version": "1.0.0",
50
+
"dxt_version": "0.1.1",
51
51
"name": "github-projects-mcp",
52
52
"version": "${{ github.ref_name }}",
53
-
"author": "Red Duck Labs",
54
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.",
0 commit comments