field

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package field defines JSON property key names for MCP tool input schemas, matching the keys clients send in tool call arguments.

Index

Constants

View Source
const (
	// Content is the main text body of an entry.
	Content = "content"
	// Priority is the task priority level (high, medium, low).
	Priority = "priority"
	// Query is the search text or task number for completion.
	Query = "query"
	// Archive controls whether completed tasks are written to archive.
	Archive = "archive"
	// RecentAction is a description of what was just done (task nudge).
	RecentAction = "recent_action"
	// Caller identifies the MCP client (cursor, vscode, etc.).
	Caller = "caller"
	// Limit is the maximum number of results to return.
	Limit = "limit"
	// Since is an ISO date filter for session recall.
	Since = "since"
	// AttrFile is the metadata key on PendingUpdate recording which
	// context file was written to (e.g., "DECISIONS.md").
	AttrFile = "file"
)

MCP tool input field names (JSON property keys).

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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