{
  "markdown": "# Time MCP Server\n\nA minimal Model Context Protocol (MCP) server built with Python.\n\nThe server provides one simple tool:\n- `get_current_utc_time` - Gets the current UTC date and time in RFC 3339 format\n\n## Quick start\n\nPrerequisites:\n- Python 3.8 or later\n- Claude Desktop or another MCP-compatible client\n\nInstall and run with:\n\n```bash\npip install time-mcp-pypi  # or from a local clone: pip install -e .\ntime-mcp-pypi\n```\n\n## Configuration\n\nTo use this server with Claude Desktop, add the following to your MCP configuration file:\n\n### Windows\nAdd to `%APPDATA%\\Claude\\claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"time-server\": {\n      \"command\": \"time-mcp-pypi\"\n    }\n  }\n}\n```\n\n### macOS\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"time-server\": {\n      \"command\": \"time-mcp-pypi\"\n    }\n  }\n}\n```\n\n## Usage\n\nOnce configured, you can use the time tool in Claude Desktop:\n- \"What's the current UTC time?\"\n- \"Give me an RFC 3339 timestamp\"\n\n## Publishing New Versions\n\nTo publish a new version of the package:\n\n1. **Update the version in `pyproject.toml`**, and commit as `Release x.y.z`\n\n2. **Tag the release** with a version number prefixed with 'v':\n   ```bash\n   git tag v1.0.1\n   ```\n\n3. **Push the tag** to trigger the publishing pipeline:\n   ```bash\n   git push --tags\n   ```\n\nThen the CI/CD pipeline will automatically publish the package.\n\n### CI/CD\nThe project includes GitHub Actions workflows for:\n- **Build & Test** - Builds and tests the Python package\n- **Publish** - Automatically publishes to PyPI and creates GitHub releases on version tags\n\n<!-- mcp-name: io.github.domdomegg/time-mcp-pypi -->\n",
  "bytes": 1698,
  "sha": "6c54d9cec650fb378e47627a038fedc74db4fd20b807d978b001cad0471f5e51",
  "repo_slug": "domdomegg/time-mcp-pypi",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_domdomegg_time_mcp_pypi_d7bbe3cf/readme"
}