{
  "markdown": "# weather-app\n\nAn MCP server built with [Smithery CLI](https://smithery.ai/docs/getting_started/quickstart_build_python)\n\n\n# Functions of the tools that are being connected\nThis weather app has two functions: get alert and get forecast. Get alert gets any weather alert within the U.S. state, and get forecast gets the weather forecast for that location.\n\nTo make things more interesting, if you ask the it to speak in a pirate like tone, it can answer your requests with such a tone.\n\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 with running the server\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## Development of the server\n\nYour server code is in `src/hello_server/server.py`. Add or update your server capabilities there.\n\n## Deploying the server\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": 1407,
  "sha": "0a9ddcdf0194a7d30550606d1230116c540b8816c1dd994c3bb13b356b8e6b42",
  "repo_slug": "jenniferjiang0511/mit-ai-studio-hw3",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_smithery_jenniferjiang0511_mit_ai_stu_c897ea6e/readme"
}