harvesthealth commited on
Commit
1a7256b
·
verified ·
1 Parent(s): d9a7eda

Fix: Add proper Hugging Face Space configuration with correct SDK

Browse files

Corrected SDK value to 'docker' and added all required YAML frontmatter configuration

Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # GitHub MCP Server - Fixed Build Solution
2
 
3
  This repository contains the fixed versions of the GitHub MCP Server that resolves the Docker build issue.
 
1
+ ---
2
+ title: GitHub MCP Server
3
+ emoji: 🤖
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: docker
7
+ sdk_version: "3.9"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # GitHub MCP Server - Fixed Build Solution
13
 
14
  This repository contains the fixed versions of the GitHub MCP Server that resolves the Docker build issue.