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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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
- [![Version](https://img.shields.io/badge/version-0.18.2-blue.svg)](package.json)
5
+ [![Version](https://img.shields.io/badge/version-0.19.0-blue.svg)](package.json)
6
6
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.6-blue.svg)](https://www.typescriptlang.org/)
8
8
  [![MCP](https://img.shields.io/badge/MCP-Compatible-green.svg)](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.18.2 (Beta) - Production-ready for MCP clients
224
+ **Status**: v0.19.0 (Beta) - Production-ready for MCP clients
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kiri-mcp-server",
3
- "version": "0.18.2",
3
+ "version": "0.19.0",
4
4
  "description": "KIRI context extraction platform",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@9.0.0",