hello_world
Generate a basic greeting using a simple tool from the Basic MCP Server, designed for foundational MCP development and integration with VS Code and GitHub Copilot.
Instructions
Devuelve un saludo básico.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {},
  "type": "object"
}