When we use commands such as show log messages | last 10 or show log messages | match ge-0/0/1 | last 10 etc., the output rendered is just the output of "show log messages" without any operator applied
The junos-mcp-server debug log shows this :
b'<?xml version="1.0" encoding="UTF-8"?><nc:rpc xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:ffef7c5f-597d-4533-aba3-6a6db9418797"><command format="text">show log messages | last 10</command></nc:rpc>]]>]]>'
When we use commands such as
show log messages | last 10orshow log messages | match ge-0/0/1 | last 10etc., the output rendered is just the output of "show log messages" without any operator appliedThe junos-mcp-server debug log shows this :