For the complete documentation index, see llms.txt. This page is also available as Markdown.

mcpServerSignal

Evidence of a single signal that classified a cloud asset as an MCP server.

Examples

type McpServerSignal {
  signal: String
  where: String
  matched: String
}

Fields

Field
Description
Supported fields

signal String

Kind of signal that matched during MCP server detection.

where String

Location where the signal was detected.

matched String

Literal value that matched during MCP server detection.

References

Fields with this object:

Last updated