MCPcopy Create free account
hub / github.com/AI45Lab/Code / ChannelConfig

Interface ChannelConfig

sdk/node/examples/streaming/news_radar.ts:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25// ── Types ────────────────────────────────────────────────────────────
26
27interface ChannelConfig {
28 searchQueries: string[];
29 rssFeeds: string[];
30 sites: string[];
31}
32
33interface RawItem {
34 channel: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected