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:
17
terminal_dhr_mcp/.env
Normal file
17
terminal_dhr_mcp/.env
Normal 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
|
||||
Reference in New Issue
Block a user