kiri-mcp-server 0.20.0 → 0.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Intelligent code context extraction for LLMs via Model Context Protocol
|
|
4
4
|
|
|
5
|
-
[](package.json)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://www.typescriptlang.org/)
|
|
8
8
|
[](https://modelcontextprotocol.io/)
|
|
@@ -139,10 +139,10 @@ See [CHANGELOG.md](CHANGELOG.md) for release notes.
|
|
|
139
139
|
|
|
140
140
|
**Recent highlights:**
|
|
141
141
|
|
|
142
|
-
- **v0.20.
|
|
143
|
-
- **v0.
|
|
142
|
+
- **v0.20.1**: MCP Prompts translation fix (Japanese to English)
|
|
143
|
+
- **v0.20.0**: MCP Prompts/Resources support
|
|
144
|
+
- **v0.19.0**: MCP Structured Output support (outputSchema field)
|
|
144
145
|
- **v0.18.2**: Defensive JSON sanitization for metadata persistence
|
|
145
|
-
- **v0.18.1**: Unicode surrogate fix, DCCA analysis documentation
|
|
146
146
|
|
|
147
147
|
---
|
|
148
148
|
|
|
@@ -221,4 +221,4 @@ Built with [Model Context Protocol](https://modelcontextprotocol.io/), [DuckDB](
|
|
|
221
221
|
|
|
222
222
|
---
|
|
223
223
|
|
|
224
|
-
**Status**: v0.20.
|
|
224
|
+
**Status**: v0.20.1 (Beta) - Production-ready for MCP clients
|