/
by ai.smithery
Greet anyone by name with a friendly hello. Explore the origin of 'Hello, World' for context in de…
Server configuration and capabilities from the MCP manifest
Size: 370 bytes (93 tokens)
Tools Found: 1
Analysis ID: rksihteb
This MCP server provides tools to greet users.
Stars
Registry ID: 5b1fc47b-a516-4763-be65-83249e6200b5
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/18/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "smithery-scaffold",
"tags": [],
"tools": [
{
"name": "hello",
"description": "Say hello to someone",
"input_schema": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Name to greet"
}
}
},
"output_schema": {
"content": [
{
"text": "Hello, {name}!{JSON.stringify(config)}",
"type": "text"
}
]
}
}
],
"version": "1.0.0",
"categories": [],
"description": ""
}Forks
Watchers
Contributors
Last Push: 9/18/2025
Open Issues: 0