Skip to content

Commit 76ced19

Browse files
committed
removed attributes for code blocks that dont use
1 parent 569c692 commit 76ced19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/model-context-protocol-tools/proc-verifying-successful-installation-of-mcp-plugins.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ oc project {my-product-namespace}
1313
----
1414
. Inspect the logs for the installation of the {product-very-short} dynamic plugins using the following code:
1515
+
16-
[source,subs="+attributes]
16+
[source]
1717
----
1818
oc logs -c install-dynamic-plugins deployment/<my-product-deployment>
1919
----
@@ -22,7 +22,7 @@ oc logs -c install-dynamic-plugins deployment/<my-product-deployment>
2222

2323
. You must see an entry for the MCP backend server plugin as shown in the following code:
2424
+
25-
[source,subs="+attributes]
25+
[source]
2626
----
2727
..... prior logs ....
2828
======= Installing dynamic plugin oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-plugin-mcp-actions-backend:next__0.2.0!backstage-plugin-mcp-actions-backend
@@ -31,7 +31,7 @@ oc logs -c install-dynamic-plugins deployment/<my-product-deployment>
3131
----
3232
. You must see entries for any of the MCP tool plugins you installed as shown in the following code:
3333
+
34-
[source,subs="+attributes]
34+
[source]
3535
----
3636
..... prior logs ....
3737
======= Installing dynamic plugin oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-software-catalog-mcp-tool:next__0.2.0!red-hat-developer-hub-backstage-plugin-software-catalog-mcp-tool

0 commit comments

Comments
 (0)