Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tutorial for Creating an MCP Client in Typescript #147

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

allenzhou101
Copy link

@allenzhou101 allenzhou101 commented Feb 18, 2025

This PR relies on the quickstart-resources PR merging first as it links to the Python and Typescript MCP clients.

Specifically, this change will add a section to the Quickstart For Client Developers focused on Node/Typescript

Screenshot 2025-02-17 at 4 50 27 PM

Motivation and Context

MCP Client tutorials exist for Python and Java but not Node. Including this section improves the DX for MCP Client developers.

How Has This Been Tested?

The code in this tutorial was validated via connecting to multiple MCP Servers locally.

Breaking Changes

None

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

Additional context

Fixes #103

@allenzhou101 allenzhou101 changed the title Mcp client typescript Add Guide to Creating an MCP Client in Typescript Feb 18, 2025
@allenzhou101 allenzhou101 changed the title Add Guide to Creating an MCP Client in Typescript Add Tutorial to Creating an MCP Client in Typescript Feb 18, 2025
@allenzhou101 allenzhou101 changed the title Add Tutorial to Creating an MCP Client in Typescript Add Tutorial for Creating an MCP Client in Typescript Feb 18, 2025
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.

Quickstart for client development using Node
1 participant