a year ago
developer-toolsnueva versión del servidor MCP usando MCP SDK e incluye Incluye validación (zod), permite definir herramientas de forma declarativa, que pueden ser invocadas por modelos como si fueran funciones (similar a OpenAI function calling).
Overview
What is MCP Server V2?
MCP Server V2 is a modular and extensible server built with NestJS that acts as a Model Context Protocol (MCP) Server, allowing interaction with specialized tools through HTTP requests.
How to use MCP Server V2?
To use MCP Server V2, install the necessary dependencies, run the server, and send HTTP POST requests to the /mcp endpoint with the desired tool and parameters.
Key features of MCP Server V2?
- Modular architecture based on tools.
- Reusable tools like
calculator,temperature,filesystem, andcode-analyzer-local. - Integration-ready for LLMs.
- Automatic Markdown file generation with code descriptions.
- Support for file operations (read/write/delete).
Use cases of MCP Server V2?
- Performing basic mathematical operations using the calculator tool.
- Generating fictional temperature data based on prompts.
- Analyzing project files and generating descriptive Markdown documentation.
FAQ from MCP Server V2?
- Can I add my own tools to MCP Server V2?
Yes! You can create and register your own tools dynamically.
- Is there a limit to the number of tools I can use?
No, you can add as many tools as needed, depending on your server's resources.
- How do I deploy MCP Server V2?
You can deploy it using the NestJS Mau platform for easy deployment on AWS.