We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Boring206/boring-gemini'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•483 B
# Hello World Pack
This is a demonstration pack for [Boring-Gemini](https://github.com/Boring206/boring-gemini).
## Contents
- **Tool**: `hello_greet` - Greets users in different styles.
- **Workflow**: `hello_flow` - Demonstrates tool usage sequence.
- **Prompt**: `hello-expert` - A persona for greetings.
## Usage
```bash
# Install
boring install examples/hello-world-plugin
# Run Tool
boring run "Say hello to Alice casually"
# Run Workflow
boring flow run hello_flow
```