Commit bdb8de6
Fix copilot-studio meta key to use underscore (#685)
* Fix copilot-studio meta key to use underscore
Change "copilot-studio" to "copilot_studio" to match the expected
directory naming convention.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* Fix key mismatch for Copilot Studio in _meta.tsx
Changed copilot_studio to copilot-studio to match the key used in mcp-client-grid.tsx. This fixes the card rendering issue where the Copilot Studio card was not displaying in the MCP clients grid.
* Add meta key validation script and pre-commit check
- Add scripts/check-meta-keys.ts to validate that _meta.tsx keys match
sibling directories or page files
- Add pnpm check-meta script command
- Add pre-commit hook to validate staged _meta.tsx files
- Skips special keys (*, index, ---), external links (href), and separators
- Remove orphaned copilot_studio key (directory doesn't exist)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* Move copilot-studio doc to get-started/mcp-clients
- Move page from guides/tool-calling/mcp-clients/ to get-started/mcp-clients/
- Add copilot-studio entry to _meta.tsx
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* 🤖 Regenerate LLMs.txt
---------
Co-authored-by: Rachel Lee Nabors <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>
Co-authored-by: Cursor Agent <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 7f0c945 commit bdb8de6
File tree
5 files changed
+463
-3
lines changed- .husky
- app/en/get-started/mcp-clients/copilot-studio
- public
- scripts
5 files changed
+463
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
32 | 45 | | |
33 | 46 | | |
34 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments