{
  "markdown": "# MCP Test Server\n\nmcp-name: io.github.bharath-krishna/mcp-test\n\nA simple Model Context Protocol (MCP) server with an echo tool for testing purposes.\n\n## Features\n\n- **Echo Tool**: Returns back any message you send to it\n\n## Installation\n\n```bash\npip install mcp-echo-server\n```\n\n## Usage\n\nAdd this server to your MCP client configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-echo-server\": {\n      \"command\": \"mcp-echo-server\"\n    }\n  }\n}\n```\n\n## Development\n\nInstall in development mode:\n\n```bash\nuv pip install -e .\n```\n\n## Tools\n\n### echo\n\nEchoes back the provided message.\n\n**Input:**\n- `message` (string, required): The message to echo back\n\n**Example:**\n```json\n{\n  \"message\": \"Hello, world!\"\n}\n```\n\n**Output:**\n```\nEcho: Hello, world!\n```\n",
  "bytes": 748,
  "sha": "5e5146e7e0dd782d79e6a2f650e10e50ffa62a40c4b9863bae42670786fd4ea7",
  "repo_slug": "bharath-krishna/mcp-test",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_bharath_krishna_mcp_test_b4667ce5/readme"
}