New projects created: - michangarrito (marketplace mobile) - template-saas (SaaS template) - clinica-dental (dental ERP) - clinica-veterinaria (veterinary ERP) Architecture updates: - Move catalog from core/ to shared/ - Add MCP servers structure and templates - Add git management scripts - Update SUBREPOSITORIOS.md with 15 new repos - Update .gitignore for new projects Repository infrastructure: - 4 main repositories - 11 subrepositorios - Gitea remotes configured 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config | ||
| docs | ||
| orchestration/00-guidelines | ||
| src | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| package.json.template | ||
| README.md | ||
{NOMBRE_MCP}
Version: 0.1.0 Fecha: {FECHA} Sistema: NEXUS v3.4 + SIMCO
Descripcion
{DESCRIPCION_DEL_MCP}
Instalacion
# Clonar (desde workspace-v1/core/mcp-servers/internal/)
git clone git@gitea-server:rckrdmrd/mcp-{nombre}.git {nombre}
cd {nombre}
# Instalar dependencias
npm install
# Configurar
cp .env.example .env
# Editar .env con credenciales
Configuracion
Variables de Entorno
| Variable | Descripcion | Requerido |
|---|---|---|
DATABASE_URL |
URL de PostgreSQL | Si |
OPENAI_API_KEY |
API key de OpenAI | Si |
Archivo .env.example
# Database
DATABASE_URL=postgresql://user:pass@localhost:5432/db
# OpenAI (para embeddings)
OPENAI_API_KEY=sk-...
# Server
PORT=3100
Uso
Iniciar Servidor
npm run start
Desarrollo
npm run dev
Tests
npm run test
Herramientas MCP Disponibles
| Herramienta | Descripcion |
|---|---|
{tool_1} |
{descripcion} |
{tool_2} |
{descripcion} |
Estructura
{nombre}/
├── README.md
├── package.json
├── tsconfig.json
├── .env.example
├── .gitignore
├── docs/
│ ├── ARCHITECTURE.md
│ ├── DEPLOYMENT.md
│ └── USAGE.md
├── orchestration/
│ └── 00-guidelines/
│ └── CONTEXTO-PROYECTO.md
├── src/
│ ├── index.ts
│ ├── tools/
│ └── services/
├── config/
└── tests/
Referencias
- Directiva: @SIMCO_MCP
- Perfil: @PERFIL_MCP_DEVELOPER
- Registry: core/mcp-servers/_registry.yml
Mantenido por: @PERFIL_MCP_DEVELOPER