MCPcopy Create free account
hub / github.com/UI5/mcp-server / DocumentationEntry

Interface DocumentationEntry

scripts/docs/Documentation.ts:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import {DocumentationIndexEntry} from "../../src/resources/documentation/getDocumentation.js";
5
6export interface DocumentationEntry {
7 title: string;
8 text: string;
9 uri: string;
10 shortIdentifier: string;
11 identifier: string;
12}
13
14export default class Documentation {
15 private identifierIndex: Map<string, DocumentationIndexEntry>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected