sienge-ecbiesek-mcp 1.2.3__py3-none-any.whl → 1.5.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sienge-ecbiesek-mcp might be problematic. Click here for more details.
- {sienge_ecbiesek_mcp-1.2.3.dist-info → sienge_ecbiesek_mcp-1.5.1.dist-info}/METADATA +35 -4
- sienge_ecbiesek_mcp-1.5.1.dist-info/RECORD +11 -0
- sienge_mcp/__init__.py +1 -1
- sienge_mcp/server.py +3955 -1917
- sienge_mcp/server2.py +11 -1
- sienge_mcp/utils/logger.py +173 -168
- sienge_ecbiesek_mcp-1.2.3.dist-info/RECORD +0 -11
- {sienge_ecbiesek_mcp-1.2.3.dist-info → sienge_ecbiesek_mcp-1.5.1.dist-info}/WHEEL +0 -0
- {sienge_ecbiesek_mcp-1.2.3.dist-info → sienge_ecbiesek_mcp-1.5.1.dist-info}/entry_points.txt +0 -0
- {sienge_ecbiesek_mcp-1.2.3.dist-info → sienge_ecbiesek_mcp-1.5.1.dist-info}/licenses/LICENSE +0 -0
- {sienge_ecbiesek_mcp-1.2.3.dist-info → sienge_ecbiesek_mcp-1.5.1.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sienge-ecbiesek-mcp
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: 🏗️ Model Context Protocol (MCP) server for Sienge API integration - Brazilian construction ERP system. Connect Claude AI to Sienge with 50+ powerful tools for comprehensive business management including financials, projects, and
|
|
3
|
+
Version: 1.5.1
|
|
4
|
+
Summary: 🏗️ Model Context Protocol (MCP) server for Sienge API integration - Brazilian construction ERP system. Connect Claude AI to Sienge with 50+ powerful tools for comprehensive business management including financials, projects, operations, and Supabase database queries.
|
|
5
5
|
Author-email: ECBIESEK <ti@ecbiesek.com>
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/INOTECH-ecbiesek/Sienge-MCP
|
|
8
8
|
Project-URL: Documentation, https://github.com/INOTECH-ecbiesek/Sienge-MCP#readme
|
|
9
9
|
Project-URL: Repository, https://github.com/INOTECH-ecbiesek/Sienge-MCP.git
|
|
@@ -33,6 +33,7 @@ Requires-Dist: fastmcp>=2.12.3
|
|
|
33
33
|
Requires-Dist: httpx>=0.25.0
|
|
34
34
|
Requires-Dist: pydantic>=2.0.0
|
|
35
35
|
Requires-Dist: python-dotenv>=1.0.0
|
|
36
|
+
Requires-Dist: supabase>=2.0.0
|
|
36
37
|
Provides-Extra: dev
|
|
37
38
|
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
38
39
|
Requires-Dist: black>=23.0.0; extra == "dev"
|
|
@@ -67,6 +68,19 @@ Um servidor Model Context Protocol (MCP) para integração com a API do Sienge,
|
|
|
67
68
|
### 🔍 Solicitações de Compra
|
|
68
69
|
- **get_sienge_purchase_requests**: Lista solicitações de compra do sistema
|
|
69
70
|
|
|
71
|
+
### 🗄️ Consultas Supabase
|
|
72
|
+
- **query_supabase_database**: Executa queries no banco de dados Supabase
|
|
73
|
+
- **get_supabase_table_info**: Obtém informações sobre tabelas disponíveis
|
|
74
|
+
- **search_supabase_data**: Busca universal em múltiplas tabelas
|
|
75
|
+
- Suporte a filtros, ordenação e busca textual/inteligente
|
|
76
|
+
- Schema fixo `sienge_data` para organização dos dados
|
|
77
|
+
|
|
78
|
+
### 🔍 Busca Universal
|
|
79
|
+
- **search_sienge_data**: Busca unificada em múltiplas entidades do Sienge
|
|
80
|
+
- **search_sienge_financial_data**: Busca avançada em dados financeiros
|
|
81
|
+
- **get_sienge_data_paginated**: Paginação avançada para grandes volumes
|
|
82
|
+
- **get_sienge_dashboard_summary**: Resumo executivo do sistema
|
|
83
|
+
|
|
70
84
|
## 📦 Instalação
|
|
71
85
|
|
|
72
86
|
### Via PyPI (Recomendado)
|
|
@@ -93,6 +107,10 @@ SIENGE_SUBDOMAIN=seu_subdominio
|
|
|
93
107
|
SIENGE_USERNAME=seu_usuario
|
|
94
108
|
SIENGE_PASSWORD=sua_senha
|
|
95
109
|
SIENGE_TIMEOUT=30
|
|
110
|
+
|
|
111
|
+
# Configurações do Supabase (opcional)
|
|
112
|
+
SUPABASE_URL=https://seu-projeto.supabase.co
|
|
113
|
+
SUPABASE_SERVICE_ROLE_KEY=sua_service_role_key
|
|
96
114
|
```
|
|
97
115
|
|
|
98
116
|
### 2. Configuração no Claude Desktop
|
|
@@ -244,6 +262,7 @@ pytest tests/
|
|
|
244
262
|
- httpx >= 0.25.0
|
|
245
263
|
- pydantic >= 2.0.0
|
|
246
264
|
- python-dotenv >= 1.0.0
|
|
265
|
+
- supabase >= 2.0.0
|
|
247
266
|
|
|
248
267
|
### Compatibilidade
|
|
249
268
|
- ✅ Windows
|
|
@@ -368,7 +387,19 @@ Este projeto está licenciado sob a licença MIT. Veja o arquivo [LICENSE](LICEN
|
|
|
368
387
|
|
|
369
388
|
## 📈 Versões
|
|
370
389
|
|
|
371
|
-
### v1.
|
|
390
|
+
### v1.3.0 (Atual)
|
|
391
|
+
- ✅ **NOVO**: Integração completa com Supabase
|
|
392
|
+
- ✅ **NOVO**: 3 ferramentas de consulta ao banco de dados
|
|
393
|
+
- ✅ **NOVO**: Busca universal em múltiplas tabelas
|
|
394
|
+
- ✅ **NOVO**: Busca inteligente (textual + numérica)
|
|
395
|
+
- ✅ **NOVO**: Dashboard executivo do sistema
|
|
396
|
+
- ✅ **NOVO**: Paginação avançada para grandes volumes
|
|
397
|
+
- ✅ **NOVO**: Busca financeira unificada
|
|
398
|
+
- ✅ **MELHORADO**: Validação de parâmetros robusta
|
|
399
|
+
- ✅ **MELHORADO**: Tratamento de erros aprimorado
|
|
400
|
+
- ✅ **MELHORADO**: Documentação completa atualizada
|
|
401
|
+
|
|
402
|
+
### v1.2.3
|
|
372
403
|
- ✅ Adicionadas 5 ferramentas para Notas Fiscais de Compra
|
|
373
404
|
- ✅ Suporte à Bulk-data API para contas a receber
|
|
374
405
|
- ✅ Correção de endpoints para projetos/empresas
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
sienge_ecbiesek_mcp-1.5.1.dist-info/licenses/LICENSE,sha256=leWD46QLXsQ43M8fE_KgOo5Sf0YB9_X8EVqGdV0Dsc0,1101
|
|
2
|
+
sienge_mcp/__init__.py,sha256=ZQwNhpgeZw6f_HrHT0bO70N_BuJEZ80ibl72qBVfzko,297
|
|
3
|
+
sienge_mcp/metadata.py,sha256=wN_XSjUkHJ0QA38CaCtAR7ImsYndSvBPrTmRe8gSLdM,1109
|
|
4
|
+
sienge_mcp/server.py,sha256=MxR434RWd_t-gU3B9dYtVYv65xe5JPhAZiyoAEcgBjg,150272
|
|
5
|
+
sienge_mcp/server2.py,sha256=NLpBnoEUMAFHGNFVNsygspYbCp_6hikVtMZUTZt1w-Y,102634
|
|
6
|
+
sienge_mcp/utils/logger.py,sha256=mK8d-l386I9hr2q_nNyXiZoG88dNVKk4OxV7jDo9mJE,5909
|
|
7
|
+
sienge_ecbiesek_mcp-1.5.1.dist-info/METADATA,sha256=o9xTZOje2Od9Tn9EeyJJWo9aLpMFrUzUOTpHYdMDg4c,12890
|
|
8
|
+
sienge_ecbiesek_mcp-1.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
sienge_ecbiesek_mcp-1.5.1.dist-info/entry_points.txt,sha256=jxEu6gvTw3ci0mjDfqbi0rBLRpeuscwwRk9-H-UOnO8,63
|
|
10
|
+
sienge_ecbiesek_mcp-1.5.1.dist-info/top_level.txt,sha256=FCvuhB9JQPKGY0Q8aKoVc7akqG5htoJyfj-eJvVUmWM,11
|
|
11
|
+
sienge_ecbiesek_mcp-1.5.1.dist-info/RECORD,,
|
sienge_mcp/__init__.py
CHANGED
|
@@ -3,7 +3,7 @@ Sienge MCP Server Package
|
|
|
3
3
|
Model Context Protocol integration for Sienge API
|
|
4
4
|
"""
|
|
5
5
|
|
|
6
|
-
__version__ = "1.
|
|
6
|
+
__version__ = "1.5.1"
|
|
7
7
|
__author__ = "ECBIESEK"
|
|
8
8
|
__email__ = "ti@ecbiesek.com"
|
|
9
9
|
__description__ = "🏗️ Model Context Protocol (MCP) server for Sienge API integration - Brazilian construction ERP system"
|