MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / getStatus

Method getStatus

server/src/crawler.ts:152–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 getStatus() {
153 const index = getPropertyIndex();
154 const stats = index.getStats();
155 return {
156 crawling: this.crawling,
157 lastCrawl: this.lastCrawl?.toISOString() || null,
158 lastResult: this.lastResult,
159 indexStats: stats,
160 };
161 }
162
163 private async getPausedAgentUrls(): Promise<Set<string>> {
164 try {

Callers 2

setupRoutesMethod · 0.45
getJobStatusPayloadMethod · 0.45

Calls 1

getStatsMethod · 0.45

Tested by

no test coverage detected