mcp

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Root

func Root() *cli.Command

Root returns the MCP CLI command.

Types

type SectionInfo

type SectionInfo struct {
	Selector string `json:"selector"`
	Title    string `json:"title"`
	Level    int    `json:"level,omitempty"`
}

SectionInfo describes a heading found in a Markdown file.

type TOCEntry

type TOCEntry struct {
	Selector string      `json:"selector"`
	Title    string      `json:"title"`
	Level    int         `json:"level"`
	Children []*TOCEntry `json:"children,omitempty"`
	// contains filtered or unexported fields
}

TOCEntry is a node in the hierarchical table of contents.

Jump to

Keyboard shortcuts

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