JUHE API Marketplace
jonmax1987 avatar
MCP Server

MCP - Management Control Panel

An advanced management platform that integrates FastAPI and React TypeScript, providing a modern user interface with SQLite database and action history tracking.

0
GitHub Stars
8/23/2025
Last Updated
No Configuration
Please check the documentation below.

README Documentation

MCP - Management Control Panel

מערכת ניהול מתקדמת שמשלבת FastAPI ו-React TypeScript

תיאור

מערכת MCP היא פלטפורמת ניהול מתקדמת שמספקת:

  • API FastAPI
  • ממשק משתמש מודרני ב-React TypeScript
  • מסד נתונים SQLite
  • ניהול היסטוריה של פעולות

תקן טכנולוגי

  • Backend: FastAPI
  • Frontend: React TypeScript + Vite
  • Database: SQLite
  • Dependencies: fastapi, uvicorn, httpx

התקנה

  1. התקנת התלויות:
pip install -r requirements.txt
  1. הפעלת השרת:
uvicorn main:app --reload
  1. הפעלת הממשק:
cd mcp-ui
npm install
npm run dev

מבנה הפרויקט

MCP/
├── mcp-ui/           # Frontend React TypeScript
├── main.py          # FastAPI Server
├── mcp_llm_server.py # LLM Server
├── requirements.txt  # Python Dependencies
└── .gitignore       # Git Ignore Rules

שימוש

  1. השרת זמין ב- http://localhost:8000
  2. הממשק זמין ב- http://localhost:5173

תרומות

תודה רבה על התרומה! אנא פתחו Issue או Pull Request עם הצעות לשיפור.

רישיון

MIT License

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source