MCPcopy Create free account
hub / github.com/MicrosoftDocs/mcp / FetchCommandOptions

Interface FetchCommandOptions

cli/src/commands/fetch.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { ensureTrailingNewline } from '../utils/text.js';
7
8interface FetchCommandOptions {
9 section?: string;
10 maxChars?: number;
11}
12
13export function registerFetchCommand(program: Command, context: CliContext): void {
14 program

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected