Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa9f7c0

Browse files
authored
fix (AI): Add missing bracket in MCP configuration snippet (#7385)
1 parent c7f6c77 commit fa9f7c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-admin/src/features/ai/MCPConfigSection.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"AUTH_HEADER": "Bearer ${issuedToken ? issuedToken : "<Rill personal access token>"}"
3838
}
3939
}
40+
}
4041
}`;
4142
</script>
4243

0 commit comments

Comments
 (0)