app

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2026 License: MIT Imports: 45 Imported by: 0

Documentation

Overview

Package app assembles the fully-configured ado-mcp server from configuration. It is shared by the command entry point (cmd/ado) and the integration tests (cmd/test), so the exact server the binary runs is the one under test.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Assemble

func Assemble(cfg *config.Config, version string) (*server.Server, func(), error)

Assemble builds the fully-configured server (all enabled toolsets, 7pace, the notes store, and prompts) and returns it with a cleanup function. version is reported to clients.

func OpenJournal

func OpenJournal(cfg *config.Config) (*notes.Store, error)

OpenJournal ensures the data directory exists and opens the local notes store. It is shared by the assembled server and the `ado note` CLI commands so both open the store the same way.

Types

This section is empty.

Jump to

Keyboard shortcuts

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