Package-level declarations

Types

Link copied to clipboard
class GetNfcStatusTool(context: Context) : McpTool

Reports whether NFC hardware is present and currently enabled.

Link copied to clipboard

Simple in-memory cache for the most recently scanned NFC tag.

Link copied to clipboard
object NfcTools

Provider for the NFC tools: GetNfcStatusTool, ReadNfcTagTool, and WriteNfcTagTool.

Link copied to clipboard
class ReadNfcTagTool(context: Context) : McpTool

Reads NDEF data from the most recently scanned NFC tag.

Link copied to clipboard
class WriteNfcTagTool(context: Context) : McpTool

Writes a single NDEF record (text or URI) to the most recently scanned tag.