mcp server for tracking and analysis of energy and mood

2 Open Issues Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create comprehensive documentation (tutorials, best practices, examples) for the Tides energy tracking application, focusing on clear explanations for end-users and integration with Claude Desktop. This includes creating new markdown files (tutorial.md, examples.md, best-practices.md) and updating the README.md to link to them.

Complexity: 3/5
documentation good first issue

mcp server for tracking and analysis of energy and mood

Python

AI Summary: Implement a command-line interface (CLI) entry point for the `tides-server` command, enabling the server to be started using `uv run tides-server`. This involves updating `main.py` to launch the server, adding a console script entry to `pyproject.toml`, testing the integration with Claude Desktop, updating the documentation (CLAUDE.md), and adding corresponding tests.

Complexity: 3/5
good first issue task development

mcp server for tracking and analysis of energy and mood

Python