alexhddev/greetings
v1.0.0MIT
A simple example power that will search for AirBnb listings based on the suggested location. Then it will also suggest greetings in the location language
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
airbnb
{
"command": "npx",
"args": [
"-y",
"@openbnb/mcp-server-airbnb",
"--ignore-robots-txt"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "greetings",
"version": "1.0.0",
"description": "A simple example power that will search for AirBnb listings based on the suggested location. Then it will also suggest greetings in the location language ",
"author": {
"name": "Kiro User"
},
"keywords": ["listings", "AirBnb"],
"license": "MIT"
}