{
  "markdown": "# test\n\nAn MCP server built with Smithery.\n\n## Prerequisites\n\n- **Smithery API key**: Get yours at [smithery.ai/account/api-keys](https://smithery.ai/account/api-keys)\n\n## Getting Started\n\n1. Run the server:\n   ```bash\n   uv run dev\n   ```\n\n2. Test interactively:\n\n   ```bash\n   uv run playground\n   ```\n\nTry saying \"Say hello to John\" to test the example tool.\n\n## Run with Docker\n\nBuild the image (from the project root):\n\n```bash\ndocker build -t hello-server .\n```\n\nRun the container:\n\n```bash\ndocker run --rm -p 8081:8081 --shm-size=1g hello-server\n```\n\nNotes:\n\n- The server listens on `0.0.0.0:8081` and serves the MCP endpoint at `/mcp`.\n- `--shm-size=1g` improves browser stability for Playwright/Firefox-based scraping.\n\nYou can now connect an MCP client to:\n\n```\nhttp://localhost:8081/mcp\n```\n\n## Development\n\nYour server code is in `src/hello_server/server.py`. Add or update your server capabilities there.\n\n## Deploy\n\nReady to deploy? Push your code to GitHub and deploy to Smithery:\n\n1. Create a new repository at [github.com/new](https://github.com/new)\n\n2. Initialize git and push to GitHub:\n   ```bash\n   git add .\n   git commit -m \"Hello world 👋\"\n   git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git\n   git push -u origin main\n   ```\n\n3. Deploy your server to Smithery at [smithery.ai/new](https://smithery.ai/new)\n",
  "bytes": 1352,
  "sha": "f726c3591a2afd045bdb19554c5923c74b603be91627efbc7cc98c1b39620f41",
  "repo_slug": "blacklotusdev8/test_m",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_smithery_blacklotusdev8_test_m_74c7470f/readme"
}