kiri-mcp-server 0.18.2 → 0.19.0
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 +3 -3
- 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.19.0**: MCP Structured Output対応(outputSchemaフィールド追加)
|
|
142
143
|
- **v0.18.2**: Defensive JSON sanitization for metadata persistence
|
|
143
144
|
- **v0.18.1**: Unicode surrogate fix, DCCA analysis documentation
|
|
144
145
|
- **v0.18.0**: Rust code intelligence, shirushi document ID management
|
|
145
|
-
- **v0.17.0**: `code` boost_profile for implementation-focused search
|
|
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.
|
|
224
|
+
**Status**: v0.19.0 (Beta) - Production-ready for MCP clients
|