Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
title: Github
|
| 3 |
emoji: 🦀
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# GitHub ChatGPT MCP App
|
| 11 |
|
| 12 |
This project exposes a GitHub-focused toolset as a Model Context Protocol (MCP) server so it can be loaded as a ChatGPT App. It adds lightweight wrappers for common GitHub API flows that are useful when working alongside ChatGPT.
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
## Features
|
| 15 |
|
| 16 |
- `get_repo_info` – metadata for any public repository
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Github ChatGpt App
|
| 3 |
emoji: 🦀
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- building-mcp-track-enterprise
|
| 10 |
+
- building-mcp-track-customer
|
| 11 |
+
- building-mcp-track-creative
|
| 12 |
---
|
| 13 |
|
| 14 |
# GitHub ChatGPT MCP App
|
| 15 |
|
| 16 |
This project exposes a GitHub-focused toolset as a Model Context Protocol (MCP) server so it can be loaded as a ChatGPT App. It adds lightweight wrappers for common GitHub API flows that are useful when working alongside ChatGPT.
|
| 17 |
|
| 18 |
+
## Video Demo
|
| 19 |
+
https://www.youtube.com/watch?v=VHjuzP9oO9w
|
| 20 |
+
|
| 21 |
## Features
|
| 22 |
|
| 23 |
- `get_repo_info` – metadata for any public repository
|