Remove legacy temi_mcpserver files and migrate to terminal_temi_mcp structure, including new MQTT handling and navigation server implementation. Updated project configuration and added necessary scripts for deployment.

This commit is contained in:
2025-09-26 12:12:19 +08:00
parent fa6a044d75
commit 21d7186596
8 changed files with 21 additions and 248 deletions

View File

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