agregando logers de env variables
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 25s
build-and-deploy / deploy (push) Successful in 41s

This commit is contained in:
2025-06-06 15:11:18 -06:00
parent b751cb2911
commit 05ee5b46fc
4 changed files with 14 additions and 1 deletions

View File

@@ -3,6 +3,9 @@ import { StreamableHTTPServerTransport } from "@modelcontextprotocol/sdk/server/
import express from "express";
import { createServer } from "./createServer.js";
console.log('este no tiene variables de entorno, es un servidor MCP Planilla');
async function main() {
const useStdio = process.argv.includes("--stdio");
if (useStdio) {