Uses of Interface
org.snmp4j.mcp.tool.McpTool
Packages that use McpTool
Package
Description
-
Uses of McpTool in org.snmp4j.mcp
Classes in org.snmp4j.mcp that implement McpToolMethods in org.snmp4j.mcp that return McpToolModifier and TypeMethodDescriptionGets a tool by its ID.Methods in org.snmp4j.mcp that return types with arguments of type McpToolMethods in org.snmp4j.mcp with parameters of type McpToolModifier and TypeMethodDescriptionbooleanSnmpMcpServer.registerTool(McpTool tool) Registers a new tool with the server. -
Uses of McpTool in org.snmp4j.mcp.tool.mib.compiler
Classes in org.snmp4j.mcp.tool.mib.compiler that implement McpToolModifier and TypeClassDescriptionclassAn MCP Tool that compiles SMIv1 or SMIv2 MIB specifications using the underlyingSmiManagerand returns compilation results as a JSON string. -
Uses of McpTool in org.snmp4j.mcp.tool.mib.search
Classes in org.snmp4j.mcp.tool.mib.search that implement McpToolModifier and TypeClassDescriptionclassAn MCP Tool that exposes search functionality for MIB (Management Information Base) definitions using the underlyingSmiManager. -
Uses of McpTool in org.snmp4j.mcp.tool.mib.semantic
Classes in org.snmp4j.mcp.tool.mib.semantic that implement McpToolModifier and TypeClassDescriptionclassMCP tool that performs semantic (vector-similarity) search over all MIB objects currently loaded in the server'sSmiManager. -
Uses of McpTool in org.snmp4j.mcp.tool.mib.text
Classes in org.snmp4j.mcp.tool.mib.text that implement McpToolModifier and TypeClassDescriptionclassAn MCP tool that returns the raw text of a MIB source file located under the server's configured MIB source directory (MIB.mibSourcePath, default"mibs"). -
Uses of McpTool in org.snmp4j.mcp.tool.snmp
Classes in org.snmp4j.mcp.tool.snmp that implement McpToolModifier and TypeClassDescriptionclassMCP Tool that sends an SNMP PDU to a namedSnmpMcpServer.ServerConfiguration.SnmpTargetConfigand returns theResponseEventserialised as JSON. -
Uses of McpTool in org.snmp4j.mcp.tool.snmp.agent
Classes in org.snmp4j.mcp.tool.snmp.agent that implement McpToolModifier and TypeClassDescriptionclassMCP tool that determines which loaded MIB modules are supported by a single SNMP target. -
Uses of McpTool in org.snmp4j.mcp.tool.snmp.ber
Classes in org.snmp4j.mcp.tool.snmp.ber that implement McpToolModifier and TypeClassDescriptionclassMCP tool that encodes a BER node tree — expressed in the same JSON format thatsnmp_message_beremits — back into raw message bytes, with optional fault injection, declarative mutations and computed permutations.classMCP tool that parses a raw SNMP message from a hex string and returns its BER structure as a text tree or JSON object tree. -
Uses of McpTool in org.snmp4j.mcp.tool.snmp.raw
Classes in org.snmp4j.mcp.tool.snmp.raw that implement McpToolModifier and TypeClassDescriptionclassMCP tool that transmits a raw, caller-supplied byte sequence to a configured SNMP target's transport endpoint and captures the raw response — the foundational primitive for robustness/fuzzing and security-negative testing of an SNMP agent. -
Uses of McpTool in org.snmp4j.mcp.tool.snmp.set
Classes in org.snmp4j.mcp.tool.snmp.set that implement McpToolModifier and TypeClassDescriptionclassMCP Tool that issues an SNMP GET (default, read-only) or SET request against a configured target. -
Uses of McpTool in org.snmp4j.mcp.tool.snmp.table
Classes in org.snmp4j.mcp.tool.snmp.table that implement McpToolModifier and TypeClassDescriptionclassMCP Tool that retrieves SNMP tabular data from a namedSnmpMcpServer.ServerConfiguration.SnmpTargetConfigand returns it as JSON. -
Uses of McpTool in org.snmp4j.mcp.tool.snmp.tree
Classes in org.snmp4j.mcp.tool.snmp.tree that implement McpToolModifier and TypeClassDescriptionclassMCP Tool that walks an SNMP subtree from a namedSnmpMcpServer.ServerConfiguration.SnmpTargetConfigand returns all variable bindings as JSON.