We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hideya/mcp-client-langchain-py'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG.md•1.19 KiB
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [0.3.2] - 2026-02-13
### Changed
- Show model provider name together with model name in the console log
- Update json5 example file to use 2 space for tabs
- Refine examples in README.md
## [0.3.1] - 2026-02-13
### Changed
- Update README.md to show latest supported models
- Use more explicit queries for github and notioin
- Remove unnecessary dependency on websocket
## [0.3.0] - 2026-02-11
### Changed
- Update for compatibility with LangChain 1.2.x and Gemini 3 preview
- README_DEV.md, which was totally broken
## [0.2.14] - 2025-08-27
### Changed
- Remove extra `print()`s from config_loader.py
- Upgrade dependenies
## [0.2.13] - 2025-08-14
### Added
- Support for Cerebras and Groq
primarily to try gpt-oss-* with the exceptional speed
- Add "provider" as an alias for "model_provider"
to avoid confusion between the model provider and the API provider
- Usage examples of gpt-oss-120b/20b on Cerebras / Groq
### Changed
- Update dependencies