logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp-test

Manage personnel leave requests with functionalities for viewing leave history, submitting new leave requests, and calculating remaining leave days, all integrated with an SQLite database.

Author

mcp-test logo

azalin

No License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

databasessqlitedatabasedatabase accesssecure databasedatabases secure

İzin Takip MCP Server

Bu proje, personel izin takibi için geliştirilmiş bir MCP (Model Context Protocol) server uygulamasıdır.

Özellikler

  • Personel izin listesi görüntüleme
  • İzin talebi oluşturma
  • Kalan izin günü hesaplama
  • SQLite veritabanı entegrasyonu
  • MCP protokolü desteği

Kurulum

  1. Gereksinimleri yükleyin:
pip install -r requirements.txt
  1. Veritabanını oluşturun:
python create_db.py

Docker ile Çalıştırma

docker-compose up --build

MCP Server Kullanımı

Server'a iki şekilde bağlanabilirsiniz:

  1. Doğrudan (Development):
python izin-mcp.py
  1. Smithery.ai üzerinden (Production):

  2. URL: https://smithery.ai/server/@azalin/mcp-test/api

  3. Transport: STDIO

n8n Entegrasyonu

n8n'de MCP Client bağlantısı için:

  1. Connection Type: Command Line (STDIO)
  2. Command: python
  3. Arguments: -m mcp.client.stdio https://smithery.ai/server/@azalin/mcp-test/api

Lisans

MIT

See Also

`