MCPcopy Create free account
hub / github.com/EmmaStoneX/NetPulse / SearchSource

Interface SearchSource

types.ts:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2export interface SearchSource {
3 uri: string;
4 title: string;
5}
6
7export interface ParsedAnalysis {
8 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected