Skip to content

Commit a620705

Browse files
author
klapaudius
committed
Add YAML document separators to klp_mcp_server config
Added `---` YAML document separators to the `klp_mcp_server.yaml` file. This ensures proper parsing and adherence to YAML syntax standards.
1 parent e19d81c commit a620705

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resources/config/packages/klp_mcp_server.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
klp_mcp_server:
23
# MCP Server Activation
34
# Enable or disable the MCP server functionality. When disabled, no routes
@@ -73,3 +74,4 @@ klp_mcp_server:
7374
# Comming soon
7475
# https://modelcontextprotocol.io/docs/concepts/resources
7576
# resources: []
77+
---

0 commit comments

Comments
 (0)