
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
mcp-client-eu
Advanced tools
Este proyecto es un cliente CLI para interactuar con un servidor MCP y Gemini (Google Generative AI).
Este proyecto es un cliente CLI para interactuar con un servidor MCP y Gemini (Google Generative AI).
server.js
o server.py
)Instala las dependencias:
npm install
Crea un archivo .env
con tu clave de API de Gemini:
GEMINI_API_KEY=tu_clave_aqui
node index.ts <ruta_al_script_del_servidor>
Ejemplo:
node index.ts server.js
quit
: Salir del cliente interactivo.index.ts
: Cliente principal.server.ts
o server.js
: Script del servidor MCP.noticias.ts
: Ejemplo de herramienta MCP.Puedes usar los siguientes scripts con npm:
npm run test # Ejecuta un test dummy (no implementado)
npm run build # Compila TypeScript y da permisos de ejecución a build/index.js
npm run mcp1 # Ejecuta el cliente con firstmcpserver
npm run mcp2 # Compila y ejecuta el cliente con 01-start
npm run mcp3 # Compila y ejecuta index.js con 02-newstop5
npm run mcp4 # Compila y ejecuta index.js con el server.js local
test
: Muestra un mensaje de error (no hay tests definidos).build
: Compila el proyecto TypeScript y ajusta permisos en build/index.js
.mcp1
: Ejecuta el cliente con el servidor ubicado en firstmcpserver
.mcp2
: Compila y ejecuta el cliente con el servidor en 01-start
.mcp3
: Compila y ejecuta index.js
con el servidor en 02-newstop5
.mcp4
: Compila y ejecuta index.js
con el servidor local server.js
.start
: Ejecuta directamente index.js
con el servidor local server.js
(equivalente a npm start
).FAQs
Este proyecto es un cliente CLI para interactuar con un servidor MCP y Gemini (Google Generative AI).
We found that mcp-client-eu demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.