MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / capabilities

Method capabilities

projects/runtime/src/server.ts:427–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425 }
426
427 capabilities(): RuntimeCapabilities {
428 return {
429 methods: [...this.handlers.keys()].sort(),
430 notifications: [...this.notifications].sort(),
431 agentProviders: this.resolvedAgentProviders(),
432 }
433 }
434
435 private capabilitiesFor(connection: RuntimeConnection): RuntimeCapabilities {
436 const canReadProviders = this.canInvoke("agent/provider/list", connection) || this.canInvoke("agent/provider/status", connection)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected