Fetches README files from GitHub repositories via the GitHub API and converts them into blog post content, enabling automated documentation of GitHub projects
MCP4All
Projektbeschreibung
Dieses Projekt demonstriert einen MCP-Server (Model Context Protocol) in Node.js. Ziel ist es, GitHub-Projekte automatisiert als Blog-Posts zu dokumentieren.
Installation
Node.js installieren (falls nicht vorhanden)
Abhängigkeiten installieren:
npm install
Beispielcode
Der MCP-Server ist in server.js
implementiert:
Nutzung
Starte den Server:
Sende eine Anfrage (z. B. mit curl
):
Antwort:
Lizenz
Siehe LICENSE.
Sende eine Anfrage (z. B. mit curl
):
Antwort:
Lizenz
Siehe LICENSE. Test
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Enables automatic documentation of GitHub projects as blog posts by fetching repository README files through the GitHub API. Provides a simple HTTP server that downloads and saves GitHub project documentation to local markdown files for blog content generation.