agregando logers de env variables
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user