diff --git a/mcp-servers/ticktick/requirements.txt b/mcp-servers/ticktick/requirements.txt new file mode 100644 index 0000000..fcebd6f --- /dev/null +++ b/mcp-servers/ticktick/requirements.txt @@ -0,0 +1,6 @@ +# Dependencies for the TickTick MCP server (ticktick_mcp.py). +# Install into the interpreter that launches the server: +# python -m pip install -r requirements.txt +# Everything else the scripts use is from the Python standard library. +httpx>=0.28 +mcp>=1.27