mcp

package
v0.29.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewServer

func NewServer(store *meads.Store, version string) *mcp.Server

NewServer creates an MCP server exposing task management tools.

Types

type BriefTask

type BriefTask struct {
	ID           int    `json:"id"`
	Title        string `json:"title"`
	Status       string `json:"status"`
	Priority     string `json:"priority"`
	Type         string `json:"type"`
	DependsOn    []int  `json:"depends_on,omitempty"`
	StatusReason string `json:"status_reason,omitempty"`
}

BriefTask is a lightweight task representation for list responses. It omits Description, Tags, Meta, and CloseReason to save tokens.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL