alpha
Login
or
Join now
secluded.site
/
lune
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A delightful CLI for Lunatask.app
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
lune
/
internal
/
mcp
/
resources
/
at
mcp-server-mode
9 folders
Amolith
feat(mcp): add list resources and fallback tools
8mo ago
be954849
areas
feat(mcp): add semantic task list resources Add MCP resources for filtered task lists, providing semantic views like today, overdue, now, and high-priority without requiring the generic list_tasks tool. Static resources: - lunatask://tasks/all (discouraged - expensive) - lunatask://tasks/today - lunatask://tasks/overdue - lunatask://tasks/next-7-days - lunatask://tasks/high-priority - lunatask://tasks/now - lunatask://tasks/recent-completions Area-scoped templates (discovered via resources/templates/list): - lunatask://area/{area}/tasks - lunatask://area/{area}/today - lunatask://area/{area}/overdue - etc. The {area} parameter accepts config keys or UUIDs. Also default-disables list_tasks tool since resources are now the primary interface for task discovery. Assisted-by: Claude Opus 4.5 via Crush
8 months ago
habits
feat(mcp): add MCP server mode Adds `lune mcp -t [stdio|sse|http]` to run lune as an MCP server, replacing the separate lunatask-mcp-server project. Tools: - get_timestamp: parse natural language dates - create_task, update_task, delete_task, list_tasks, show_task - track_habit Resources: - lunatask://areas (areas and goals from config) - lunatask://habits (habits from config) - lunatask://notebooks (notebooks from config) Config: - [mcp] section with host, port, timezone - [mcp.tools] section to enable/disable individual tools Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
8 months ago
note
feat(mcp): add lunatask:// resource templates Add MCP resource templates for reading individual resources: - lunatask://task/{id} - task metadata - lunatask://note/{id} - note metadata - lunatask://person/{id} - person metadata LLMs can now ReadResource using the same URI format as deep links. Assisted-by: Claude Sonnet 4 via Crush
8 months ago
notebooks
feat(mcp): add MCP server mode Adds `lune mcp -t [stdio|sse|http]` to run lune as an MCP server, replacing the separate lunatask-mcp-server project. Tools: - get_timestamp: parse natural language dates - create_task, update_task, delete_task, list_tasks, show_task - track_habit Resources: - lunatask://areas (areas and goals from config) - lunatask://habits (habits from config) - lunatask://notebooks (notebooks from config) Config: - [mcp] section with host, port, timezone - [mcp.tools] section to enable/disable individual tools Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
8 months ago
notes
feat(mcp): add list resources and fallback tools Resources: - lunatask://notes, notes/pinned, notes/recent - lunatask://notes/{notebook}, notes/{notebook}/pinned, notes/{notebook}/recent - lunatask://people, people/{relationship} Fallback tools (default-disabled): - list_notebooks, list_habits, list_areas, list_goals - show_person Default-disable list_notes and list_people tools since resources are now the primary read interface. Assisted-by: Claude Sonnet 4 via Crush
8 months ago
people
feat(mcp): add list resources and fallback tools Resources: - lunatask://notes, notes/pinned, notes/recent - lunatask://notes/{notebook}, notes/{notebook}/pinned, notes/{notebook}/recent - lunatask://people, people/{relationship} Fallback tools (default-disabled): - list_notebooks, list_habits, list_areas, list_goals - show_person Default-disable list_notes and list_people tools since resources are now the primary read interface. Assisted-by: Claude Sonnet 4 via Crush
8 months ago
person
feat(mcp): add lunatask:// resource templates Add MCP resource templates for reading individual resources: - lunatask://task/{id} - task metadata - lunatask://note/{id} - note metadata - lunatask://person/{id} - person metadata LLMs can now ReadResource using the same URI format as deep links. Assisted-by: Claude Sonnet 4 via Crush
8 months ago
task
feat(mcp): add lunatask:// resource templates Add MCP resource templates for reading individual resources: - lunatask://task/{id} - task metadata - lunatask://note/{id} - note metadata - lunatask://person/{id} - person metadata LLMs can now ReadResource using the same URI format as deep links. Assisted-by: Claude Sonnet 4 via Crush
8 months ago
tasks
feat(mcp): add semantic task list resources Add MCP resources for filtered task lists, providing semantic views like today, overdue, now, and high-priority without requiring the generic list_tasks tool. Static resources: - lunatask://tasks/all (discouraged - expensive) - lunatask://tasks/today - lunatask://tasks/overdue - lunatask://tasks/next-7-days - lunatask://tasks/high-priority - lunatask://tasks/now - lunatask://tasks/recent-completions Area-scoped templates (discovered via resources/templates/list): - lunatask://area/{area}/tasks - lunatask://area/{area}/today - lunatask://area/{area}/overdue - etc. The {area} parameter accepts config keys or UUIDs. Also default-disables list_tasks tool since resources are now the primary interface for task discovery. Assisted-by: Claude Opus 4.5 via Crush
8 months ago