Skip to content

Commit f2e6eb8

Browse files
evantahlerjottakkagithub-actions[bot]
authored
[AUTO] Adding MCP Servers docs update (#826)
* feat: add exclusion list file reader utility Made-with: Cursor * feat: add utility to remove excluded toolkit output files Made-with: Cursor * chore: export exclusion list utilities from utils index Made-with: Cursor * feat: add --exclude-file option to generate command Made-with: Cursor * feat: add --exclude-file option to generate-all command Made-with: Cursor * docs: document --exclude-file option in README Made-with: Cursor * style: fix passive voice in README exclusion section Made-with: Cursor * Update docs gent to have toolkit metdata in json and exclusion list * Merge branch 'main' into francisco/update-gendocs-to-add-toolsmetadata * Regenerate clean markdown files * chore: add .worktrees to gitignore Made-with: Cursor * adding ignore list logic * Regenerate clean markdown files * test: add failing CLI flow regression tests Made-with: Cursor * fix: add tested CLI flow helpers for skip and provider filtering Made-with: Cursor * fix: make excluded output cleanup resilient to missing directories Made-with: Cursor * fix: run exclusion cleanup when skip-unchanged finds no changes Made-with: Cursor * fix: compute toProcess from effective skip intersection Made-with: Cursor * fix: apply skip and ignore filters in providers mode Made-with: Cursor * fix: make ProviderEntry.version compatible with exactOptionalPropertyTypes Made-with: Cursor * [AUTO] Adding MCP Servers docs update * Regenerate clean markdown files --------- Co-authored-by: jottakka <fjlimal@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jottakka <203343514+jottakka@users.noreply.github.com>
1 parent a9ae8f3 commit f2e6eb8

54 files changed

Lines changed: 9604 additions & 3946 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/en/resources/integrations/databases/_meta.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ const meta: MetaRecord = {
55
title: "Weaviate API",
66
href: "/en/resources/integrations/databases/weaviate-api",
77
},
8+
yugabytedb: {
9+
title: "YugabyteDB",
10+
href: "/en/resources/integrations/databases/yugabytedb",
11+
},
812
};
913

1014
export default meta;

app/en/resources/integrations/development/_meta.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,10 @@ const meta: MetaRecord = {
3737
title: "GitHub",
3838
href: "/en/resources/integrations/development/github",
3939
},
40-
google: {
41-
title: "Google",
42-
href: "/en/resources/integrations/development/google",
43-
},
4440
math: {
4541
title: "Math",
4642
href: "/en/resources/integrations/development/math",
4743
},
48-
microsoft: {
49-
title: "Microsoft",
50-
href: "/en/resources/integrations/development/microsoft",
51-
},
5244
pagerduty: {
5345
title: "Pagerduty",
5446
href: "/en/resources/integrations/development/pagerduty",

0 commit comments

Comments
 (0)