mirror of
https://github.com/langchain-ai/langchainjs-mcp-adapters.git
synced 2026-07-01 12:27:48 -04:00
[PR #48] [CLOSED] fix: package.json script to run examples are missing #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchainjs-mcp-adapters/pull/48
Author: @TimSusa
Created: 3/27/2025
Status: ❌ Closed
Base:
main← Head:fix_examples📝 Commits (5)
ed8d952fix: package.json script to run examples are missingdec6c99doc: Add examples to readmec04d511refact: Get away from bun and use tsx62fff73doc: Add yarn run command in order to show the list of examples565ddb4Merge 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.jsonfile and adds corresponding documentation to the README. A new script was added to start Python in the examples folder, and thepackage.jsonnow includes scripts for running various use cases, such as Firecrawl configurations, LangGraph examples, and MCP over Docker.Fixes # (issue)
Type of change
How Has This Been Tested?
The changes were tested by running the updated scripts in the
package.jsonfile to ensure they execute correctly. Each example was verified to work as expected.Steps to reproduce:
yarn start:<script_name>for each example script.Checklist:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.