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

View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"terminal-dhr-mcp": {
"disabled": false,
"type": "stdio",
"timeout": 30,
"command": "uvx",
"args": [
"terminal-dhr-mcp"
],
"env": {
"employeeId": "$employeeId$"
}
}
}
}