Skip to content

Remove outdated SDK link files#1069

Merged
jonathanhefner merged 1 commit into
modelcontextprotocol:mainfrom
koic:remove_outdated_sdk_link_files
Jul 28, 2025
Merged

Remove outdated SDK link files#1069
jonathanhefner merged 1 commit into
modelcontextprotocol:mainfrom
koic:remove_outdated_sdk_link_files

Conversation

@koic

@koic koic commented Jul 28, 2025

Copy link
Copy Markdown
Member

Motivation and Context

It appears that this was mistakenly left behind when the site was redesigned in #1044.

The <Card> components containing the link information for each SDK are defined in the docs/docs/sdk.mdx file:

## Available SDKs
<CardGroup cols={3}>
<Card
title="TypeScript"
icon="square-js"
href="https://github.com/modelcontextprotocol/typescript-sdk"
/>
<Card
title="Python"
icon="python"
href="https://github.com/modelcontextprotocol/python-sdk"
/>
<Card
title="Go"
icon="golang"
href="https://github.com/modelcontextprotocol/go-sdk"
/>
<Card
title="Kotlin"
icon="square-k"
href="https://github.com/modelcontextprotocol/kotlin-sdk"
/>
<Card
title="Swift"
icon="swift"
href="https://github.com/modelcontextprotocol/swift-sdk"
/>
<Card
title="Java"
icon="java"
href="https://github.com/modelcontextprotocol/java-sdk"
/>
<Card
title="C#"
icon="square-c"
href="https://github.com/modelcontextprotocol/csharp-sdk"
/>
<Card
title="Ruby"
icon="gem"
href="https://github.com/modelcontextprotocol/ruby-sdk"
/>
<Card
title="Rust"
icon="rust"
href="https://github.com/modelcontextprotocol/rust-sdk"
/>
</CardGroup>

So the .mdx files under the docs/links/sdks directory no longer seem necessary.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

@koic koic requested review from a team and jonathanhefner July 28, 2025 02:25
@koic koic force-pushed the remove_outdated_sdk_link_files branch from a15c640 to 1a08705 Compare July 28, 2025 02:32
It appears that this was mistakenly left behind when the site was redesigned in modelcontextprotocol#1044.

The `<Card>` components containing the link information for each SDK are defined in the `docs/docs/sdk.mdx` file:
https://github.com/modelcontextprotocol/modelcontextprotocol/blob/0695a49/docs/docs/sdk.mdx

So the `.mdx` files under the `docs/links/sdks` directory no longer seem necessary.
@koic koic force-pushed the remove_outdated_sdk_link_files branch from 1a08705 to d3cebcf Compare July 28, 2025 10:10
@jonathanhefner jonathanhefner merged commit 30ec59e into modelcontextprotocol:main Jul 28, 2025
2 checks passed
@jonathanhefner

Copy link
Copy Markdown
Member

Thank you, @koic!

@koic koic deleted the remove_outdated_sdk_link_files branch July 28, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants