Add initial implementation of Terminal DHR MCP Skill Package including environment configuration, server setup, visitor management, and door control functionalities. Added README, requirements, and configuration files for project setup.

This commit is contained in:
2025-09-26 11:39:12 +08:00
parent 0b63355f16
commit fa6a044d75
11 changed files with 1647 additions and 0 deletions

17
terminal_dhr_mcp/.env Normal file
View File

@@ -0,0 +1,17 @@
# Terminal DHR MCP Skill Package Environment Variables Configuration Example
# Copy this file to .env and modify the configuration values
# Visitor system API configuration
BASE_URL=http://192.168.2.236:8088
VISITOR_API_TIMEOUT=30
# Log level (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO
# Optional: Custom API endpoints (if different from default)
# VISITOR_QUERY_ENDPOINT=/system/visitorRecord/mcp/validRecordsByUserId
# VISITOR_REGISTER_ENDPOINT=/visitors
# Optional: Custom request headers
# API_KEY=your-api-key-here
# AUTH_TOKEN=your-auth-token-here