Skip to content

Commit 3207c45

Browse files
author
hideya
committed
Update to ver 0.3.3
1 parent 3afb790 commit 3207c45

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [0.3.3] - 2025-08-06
99

1010
### Added
1111
- Support for xAI Grok
1212

1313

14+
## [0.3.2] - 2025-08-06
15+
16+
### Changed
17+
- Update dependencies
18+
- Refine REAMDE.md
19+
20+
1421
## [0.3.1] - 2025-07-05
1522

1623
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@h1deya/langchain-mcp-tools",
3-
"version": "0.3.1",
3+
"version": "0.3.3",
44
"description": "MCP To LangChain Tools Conversion Utility",
55
"license": "MIT",
66
"keywords": [

src/langchain-mcp-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function processSchemaForLlmProvider(
238238
processedSchema = result.schema;
239239

240240
} else if (llmProvider === "anthropic" || llmProvider === "xai") {
241-
// Anthropic Claude has very relaxed schema requirements with no documented restrictions
241+
// Anthropic Claude and xAI Grok have very relaxed schema requirements with no documented restrictions
242242
// No schema modifications needed
243243
// Claude is tested to work fine with passing the JSON schema directly
244244

0 commit comments

Comments
 (0)