[PR #48] [CLOSED] fix: package.json script to run examples are missing #64

Closed
opened 2026-02-16 08:17:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/48
Author: @TimSusa
Created: 3/27/2025
Status: Closed

Base: mainHead: fix_examples


📝 Commits (5)

  • ed8d952 fix: package.json script to run examples are missing
  • dec6c99 doc: Add examples to readme
  • c04d511 refact: Get away from bun and use tsx
  • 62fff73 doc: Add yarn run command in order to show the list of examples
  • 565ddb4 Merge branch 'main' into fix_examples

📊 Changes

4 files changed (+95 additions, -1 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 README.md (+25 -0)
examples/start-python.sh (+56 -0)
📝 package.json (+11 -1)

📄 Description

Description

This pull request updates the examples in the package.json file and adds corresponding documentation to the README. A new script was added to start Python in the examples folder, and the package.json now includes scripts for running various use cases, such as Firecrawl configurations, LangGraph examples, and MCP over Docker.

Fixes # (issue)

Type of change

  • 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 not work as expected)
  • Documentation update
  • Refactoring (no functional changes)

How Has This Been Tested?

The changes were tested by running the updated scripts in the package.json file to ensure they execute correctly. Each example was verified to work as expected.

Steps to reproduce:

  1. Run yarn start:<script_name> for each example script.
  2. Verify the output and functionality.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/48 **Author:** [@TimSusa](https://github.com/TimSusa) **Created:** 3/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix_examples` --- ### 📝 Commits (5) - [`ed8d952`](https://github.com/langchain-ai/langchainjs-mcp-adapters/commit/ed8d952c2987e0c4ae3194ec36d9e323e539a83f) fix: package.json script to run examples are missing - [`dec6c99`](https://github.com/langchain-ai/langchainjs-mcp-adapters/commit/dec6c991a3391a05a0b77998d0aa182482e68f2d) doc: Add examples to readme - [`c04d511`](https://github.com/langchain-ai/langchainjs-mcp-adapters/commit/c04d51130f15eb34d1414963f2c1943f1813b829) refact: Get away from bun and use tsx - [`62fff73`](https://github.com/langchain-ai/langchainjs-mcp-adapters/commit/62fff738bcd26481f6e366d154209740aa6ecf35) doc: Add yarn run command in order to show the list of examples - [`565ddb4`](https://github.com/langchain-ai/langchainjs-mcp-adapters/commit/565ddb4736f19c7333cf78e3b9af864b4fda581e) Merge branch 'main' into fix_examples ### 📊 Changes **4 files changed** (+95 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `README.md` (+25 -0) ➕ `examples/start-python.sh` (+56 -0) 📝 `package.json` (+11 -1) </details> ### 📄 Description ## Description This pull request updates the examples in the `package.json` file and adds corresponding documentation to the README. A new script was added to start Python in the examples folder, and the `package.json` now includes scripts for running various use cases, such as Firecrawl configurations, LangGraph examples, and MCP over Docker. Fixes # (issue) ## Type of change - [ ] 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 not work as expected) - [x] Documentation update - [ ] Refactoring (no functional changes) ## How Has This Been Tested? The changes were tested by running the updated scripts in the `package.json` file to ensure they execute correctly. Each example was verified to work as expected. Steps to reproduce: 1. Run `yarn start:<script_name>` for each example script. 2. Verify the output and functionality. ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 08:17:26 -05:00
yindo closed this issue 2026-02-16 08:17:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchainjs-mcp-adapters#64