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:
16
terminal_dhr_mcp/mcp-server-dhr.json
Normal file
16
terminal_dhr_mcp/mcp-server-dhr.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"terminal-dhr-mcp": {
|
||||
"disabled": false,
|
||||
"type": "stdio",
|
||||
"timeout": 30,
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"terminal-dhr-mcp"
|
||||
],
|
||||
"env": {
|
||||
"employeeId": "$employeeId$"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user