Echo Example

Example skill demonstrating skill-mcp-bridge with a simple echo server. Use when testing the bridge.

Cyronius Updated

File contents

Echo Example Skill

This is a simple example skill that uses a basic echo MCP server.

Available Tools

echo server

  • echo - Returns whatever you send to it

Usage

List available tools:

skill-mcp-bridge list-tools echo

Call the echo tool:

skill-mcp-bridge call echo echo '{"message": "Hello, World!"}'

Cyronius/skill-mcp-bridge/tree/main/examples/echo-skill commit 3bd2dfaccc

Frequently asked questions

npx skillmds@latest add cyronius/echo-example