Projeto: Servidor MCP de Automação Residencial
About
Projeto de aprendizado sobre assunto Servidor MCP
Details
- Author
- douglasinforj
- Downloads
- 187
- Categories
- Other
Jump to
- Terminal-based command processing
- Control lights on/off
- Adjust temperature settings
- Lock/unlock doors
- View overall system status
- Educational MCP server study project
Start the server by running server.py and interact with it using client.py. The server processes terminal commands for lights, temperature, doors, and overall status.
Projeto: Servidor MCP de Automação Residencial
Descrição
Projeto com foco no estudo de servidores MCPFuncionalidades
- Comandos via terminal para:
- Ligar/desligar luzes
- Ajustar temperatura
- Trancar/destrancar portas
- Ver status geral
Estrutura do Projeto
mcp_server/
├── server.py # Servidor principal
├── processor/
│ ├── __init__.py # Torna o pacote importável
│ ├── commands.py # Processamento dos comandos
│ ├── actions/
│ │ ├── __init__.py
│ │ ├── lights.py # Comandos de luz
│ │ ├── door.py # Comandos de porta
│ │ └── temperature.py # Comando de temperatura
├── client.py # Cliente para testes
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



